Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp232 RefTy->getPointeeType()->getCanonicalTypeUnqualified() == BoolTy) { in checkPostCall()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h214 inline CanQualType Type::getCanonicalTypeUnqualified() const { in getCanonicalTypeUnqualified() function
H A DType.h2592 CanQualType getCanonicalTypeUnqualified() const; // in CanonicalType.h
/openbsd/gnu/llvm/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp162 CanQualType CanTy = Record->getTypeForDecl()->getCanonicalTypeUnqualified(); in addDefaultHandleConstructor()
H A DSemaAccess.cpp562 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend()
H A DSemaDeclCXX.cpp5984 CanQualType CT = T->getCanonicalTypeUnqualified().getUnqualifiedType(); in CheckPolymorphic()
12270 CanQualType CanonicalDesiredBase = DesiredBase->getCanonicalTypeUnqualified() in findDirectBaseWithType()
12273 CanQualType BaseType = Base.getType()->getCanonicalTypeUnqualified(); in findDirectBaseWithType()
18433 NoexceptExpr->getType()->getCanonicalTypeUnqualified() == in checkExceptionSpecification()
H A DSemaCodeComplete.cpp5453 T1->getCanonicalTypeUnqualified() == in isApprox()
5454 T2->getCanonicalTypeUnqualified(); in isApprox()
H A DSemaOverload.cpp3051 if (cast<FunctionProtoType>(FromFunction->getCanonicalTypeUnqualified()) in HandleFunctionTypeMismatch()
3053 cast<FunctionProtoType>(ToFunction->getCanonicalTypeUnqualified()) in HandleFunctionTypeMismatch()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp248 QualType Base = T->getCanonicalTypeUnqualified(); in getFragmentsForType()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp96 return MD->getType()->getCanonicalTypeUnqualified() in GetFormalType()
105 return RetTy->getCanonicalTypeUnqualified().getUnqualifiedType(); in GetReturnType()
275 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>()); in arrangeCXXMethodType()
284 FTy = FT->getCanonicalTypeUnqualified(); in setCUDAKernelCallingConvention()
455 CanQualType FTy = FD->getType()->getCanonicalTypeUnqualified(); in arrangeFunctionDeclaration()
H A DCGObjCMac.cpp244 Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(), Ctx.BoolTy}; in getGetPropertyFn()
260 Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(), in getSetPropertyFn()
288 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified()); in getOptimizedSetPropertyFn()
H A DCGOpenMPRuntime.cpp11038 CDT = CDT->getCanonicalTypeUnqualified(); in evaluateCDTSize()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp154 !Paths.isAmbiguous(ActualTy->getCanonicalTypeUnqualified())) { in adjustReturnValue()
/openbsd/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp28 : T(T->getCanonicalTypeUnqualified().getTypePtr()) {} in TypeInfoLValue()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4780 ->getCanonicalTypeUnqualified()); in GetBitSize()