Home
last modified time | relevance | path

Searched refs:getCanonicalTypeUnqualified (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
DCanonicalType.h201 inline CanQualType Type::getCanonicalTypeUnqualified() const { in getCanonicalTypeUnqualified() function
DType.h1799 CanQualType getCanonicalTypeUnqualified() const; // in CanonicalType.h
/external/clang/lib/CodeGen/
DCGCall.cpp61 return MD->getType()->getCanonicalTypeUnqualified() in GetFormalType()
70 return RetTy->getCanonicalTypeUnqualified().getUnqualifiedType(); in GetReturnType()
174 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>()); in arrangeCXXMethodType()
256 CanQualType FTy = FD->getType()->getCanonicalTypeUnqualified(); in arrangeFunctionDeclaration()
DCGObjCMac.cpp242 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified()); in getGetPropertyFn()
260 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified()); in getSetPropertyFn()
289 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified()); in getOptimizedSetPropertyFn()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp148 !Paths.isAmbiguous(ActualTy->getCanonicalTypeUnqualified())) { in adjustReturnValue()
/external/clang/lib/AST/
DMicrosoftMangle.cpp1375 T->getCanonicalTypeUnqualified().castAs<FunctionProtoType>(); in mangleCallingConvention()
/external/clang/lib/Sema/
DSemaAccess.cpp553 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend()
DSemaDeclCXX.cpp4073 CanQualType CT = T->getCanonicalTypeUnqualified().getUnqualifiedType(); in CheckPolymorphic()
7271 CanQualType CanonicalSourceType = SourceType->getCanonicalTypeUnqualified(); in CheckInheritingConstructorUsingDecl()
7275 CanQualType BaseType = BaseIt->getType()->getCanonicalTypeUnqualified(); in CheckInheritingConstructorUsingDecl()
12367 NoexceptExpr->getType()->getCanonicalTypeUnqualified() == in checkExceptionSpecification()