Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h200 inline CanQualType Type::getCanonicalTypeUnqualified() const { in getCanonicalTypeUnqualified() function
DType.h1975 CanQualType getCanonicalTypeUnqualified() const; // in CanonicalType.h
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp148 !Paths.isAmbiguous(ActualTy->getCanonicalTypeUnqualified())) { in adjustReturnValue()
/external/clang/lib/CodeGen/
DCGCall.cpp72 return MD->getType()->getCanonicalTypeUnqualified() in GetFormalType()
81 return RetTy->getCanonicalTypeUnqualified().getUnqualifiedType(); in GetReturnType()
199 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>(), MD); in arrangeCXXMethodType()
292 CanQualType FTy = FD->getType()->getCanonicalTypeUnqualified(); in arrangeFunctionDeclaration()
DCGObjCMac.cpp244 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified()); in getGetPropertyFn()
262 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified()); in getSetPropertyFn()
291 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified()); in getOptimizedSetPropertyFn()
/external/clang/lib/Sema/
DSemaAccess.cpp554 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend()
DSemaDeclCXX.cpp4601 CanQualType CT = T->getCanonicalTypeUnqualified().getUnqualifiedType(); in CheckPolymorphic()
7942 CanQualType CanonicalDesiredBase = DesiredBase->getCanonicalTypeUnqualified(); in findDirectBaseWithType()
7944 CanQualType BaseType = Base.getType()->getCanonicalTypeUnqualified(); in findDirectBaseWithType()
13667 NoexceptExpr->getType()->getCanonicalTypeUnqualified() == in checkExceptionSpecification()