Searched refs:getUnqualifiedType (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
H A DFormatString.cpp298 argTy = C.getCanonicalType(argTy).getUnqualifiedType();
357 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType();
367 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType();
368 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp42 const CanQualType FromUnq = From.getUnqualifiedType();
43 const CanQualType ToUnq = To.getUnqualifiedType();
H A DSemaOverload.cpp1140 = S.Context.getCanonicalType(From->getType().getUnqualifiedType());
1142 = S.Context.getCanonicalType(ToType).getUnqualifiedType();
1516 FromType = FromType.getUnqualifiedType();
1569 FromType = ToType.getUnqualifiedType();
1573 FromType = ToType.getUnqualifiedType();
1577 FromType = ToType.getUnqualifiedType();
1591 FromType = ToType.getUnqualifiedType();
1595 FromType = ToType.getUnqualifiedType();
1600 FromType = ToType.getUnqualifiedType();
1604 FromType = ToType.getUnqualifiedType();
[all...]
H A DSemaCast.cpp575 << DestPointee.getUnqualifiedType() << DestRange;
615 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
666 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
1098 FromType = FromType.getUnqualifiedType();
1099 ToType = ToType.getUnqualifiedType();
1240 if (Paths.isAmbiguous(SrcType.getUnqualifiedType())) {
1267 << QualType(SrcType).getUnqualifiedType()
1268 << QualType(DestType).getUnqualifiedType()
1654 if (!DT.getUnqualifiedType()->isVoidType())
2116 if (DestType.getUnqualifiedType()
[all...]
H A DSemaTemplateDeduction.cpp991 Param = Param.getUnqualifiedType();
994 Arg = Arg.getUnqualifiedType();
1104 DeducedType = S.Context.getQualifiedType(DeducedType.getUnqualifiedType(),
1161 CanQualType ParamUnqualType = CanParam.getUnqualifiedType(),
1162 ArgUnqualType = CanArg.getUnqualifiedType();
1197 Param = Param.getUnqualifiedType();
1198 Arg = Arg.getUnqualifiedType();
2710 A = Context.getQualifiedType(A.getUnqualifiedType(), DeducedAQuals);
3111 ParamType = ParamType.getUnqualifiedType();
3173 ArgType = ArgType.getUnqualifiedType();
[all...]
H A DSemaObjCProperty.cpp464 Context.getCanonicalType(PIDecl->getType()).getUnqualifiedType();
1109 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
1110 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
1416 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
1417 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType();
1959 property->getType().getUnqualifiedType(),
H A DSemaExceptionSpec.cpp493 OldTypes.insert(Context.getCanonicalType(*I).getUnqualifiedType());
497 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType();
H A DSemaExprCXX.cpp618 E = ImpCastExprToType(E, E->getType().getUnqualifiedType(), CK_NoOp,
1539 << AllocType.getUnqualifiedType() << AddressSpace;
2024 ->getType().getUnqualifiedType());
2028 ->getType().getUnqualifiedType())
2306 << Pointee.getUnqualifiedType() << AddressSpace;
2738 FromType = FromType.getUnqualifiedType();
2989 From = ImpCastExprToType(From, ToType.getUnqualifiedType(), CK_BitCast,
3770 return Self.Context.typesAreCompatible(LhsT.getUnqualifiedType(),
3771 RhsT.getUnqualifiedType());
4279 TTy = TTy.getUnqualifiedType();
[all...]
H A DSemaExpr.cpp611 T = T.getUnqualifiedType();
628 T = Atomic->getValueType().getUnqualifiedType();
1213 Context.getCanonicalType(LHS.get()->getType()).getUnqualifiedType();
1215 Context.getCanonicalType(RHS.get()->getType()).getUnqualifiedType();
2711 type = type.getUnqualifiedType();
5404 lhptee = S.Context.getQualifiedType(lhptee.getUnqualifiedType(), lhQual);
5405 rhptee = S.Context.getQualifiedType(rhptee.getUnqualifiedType(), rhQual);
5580 return LHSTy.getUnqualifiedType();
6192 LHSType = Context.getCanonicalType(LHSType).getUnqualifiedType();
6193 RHSType = Context.getCanonicalType(RHSType).getUnqualifiedType();
[all...]
H A DSemaTemplate.cpp652 return T.getUnqualifiedType();
4689 << Arg->getType().getUnqualifiedType()
4690 << ParamType.getUnqualifiedType();
4774 ParamType = ParamType.getUnqualifiedType();
4775 ArgType = ArgType.getUnqualifiedType();
5115 ParamType.getUnqualifiedType(), false,
5117 RefExpr = ImpCastExprToType(RefExpr.take(), ParamType.getUnqualifiedType(), CK_NoOp);
5121 ParamType.getUnqualifiedType()));
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp313 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
353 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
394 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
566 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
H A DCStringChecker.cpp1806 CE->getType().getUnqualifiedType() != CharPtrTy.getUnqualifiedType())
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProperties.cpp379 QualType ty = props[0].PropD->getType().getUnqualifiedType();
383 assert(ty == I->PropD->getType().getUnqualifiedType());
H A DObjCMT.cpp378 RT = Context.getQualifiedType(CanResultTy.getUnqualifiedType(), Qs);
936 QualType UPointeeT = PT->getPointeeType().getUnqualifiedType();
1243 if (PT->getPointeeType().getUnqualifiedType()->isVoidType())
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclarationName.cpp358 Ty.getUnqualifiedType());
363 Ty.getUnqualifiedType());
H A DCXXInheritance.cpp55 BaseType = BaseType.getUnqualifiedType();
195 .getUnqualifiedType();
H A DASTContext.cpp2846 CanResultTy = getQualifiedType(CanResultTy.getUnqualifiedType(), Qs);
4187 return T.getUnqualifiedType();
6896 QualType ET = it->getType().getUnqualifiedType();
6954 retType = retType.getUnqualifiedType();
6959 LRetType = LRetType.getUnqualifiedType();
6960 RRetType = RRetType.getUnqualifiedType();
7022 QualType largtype = lproto->getArgType(i).getUnqualifiedType();
7023 QualType rargtype = rproto->getArgType(i).getUnqualifiedType();
7030 argtype = argtype.getUnqualifiedType();
7034 largtype = largtype.getUnqualifiedType();
[all...]
H A DDeclCXX.cpp1760 if (PointeeType.getUnqualifiedType() != ClassTy)
1803 if (ParamType.getUnqualifiedType() != ClassTy)
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h144 CanQual<T> getUnqualifiedType() const;
670 inline CanQual<T> CanQual<T>::getUnqualifiedType() const { function in class:clang::CanQual
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h216 Context.getVariableArrayDecayedType(Type.getUnqualifiedType());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp78 QualType ArgQT = argDecl->getType().getUnqualifiedType();
165 QualType ArgQT = argDecl->getType().getUnqualifiedType();
169 ArgQT = argDecl->getType().getUnqualifiedType();
173 ArgQT = argDecl->getType().getUnqualifiedType();
1226 argType.getUnqualifiedType(), CK_LValueToRValue,
H A DCGException.cpp511 QualType ExceptType = Ty.getNonReferenceType().getUnqualifiedType();
601 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType();
H A DCodeGenFunction.cpp366 std::string typeName = pointeeTy.getUnqualifiedType().getAsString() + "*";
387 std::string typeName = ty.getUnqualifiedType().getAsString();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1094 type1_qual = type1_qual.getUnqualifiedType();
1095 type2_qual = type2_qual.getUnqualifiedType();

Completed in 336 milliseconds

12