Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h214 inline CanQualType Type::getCanonicalTypeUnqualified() const { in getCanonicalTypeUnqualified() function
H A DType.h2959 CanQualType getCanonicalTypeUnqualified() const; // in CanonicalType.h
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp165 CanQualType CanTy = Record->getTypeForDecl()->getCanonicalTypeUnqualified(); in addDefaultHandleConstructor()
H A DSemaAccess.cpp570 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified()); in MatchesFriend()
H A DSemaLambda.cpp439 if (Paths.isAmbiguous(LambdaType->getCanonicalTypeUnqualified())) { in DiagnoseInvalidExplicitObjectParameterInLambda()
H A DSemaDeclCXX.cpp6033 CanQualType CT = T->getCanonicalTypeUnqualified().getUnqualifiedType(); in CheckPolymorphic()
12595 CanQualType CanonicalDesiredBase = DesiredBase->getCanonicalTypeUnqualified() in findDirectBaseWithType()
12598 CanQualType BaseType = Base.getType()->getCanonicalTypeUnqualified(); in findDirectBaseWithType()
18892 NoexceptExpr->getType()->getCanonicalTypeUnqualified() == in checkExceptionSpecification()
H A DSemaExprCXX.cpp5144 Decl->getTypeForDecl()->getCanonicalTypeUnqualified().withConst(), in HasNonDeletedDefaultedEqualityComparison()
5180 ->getCanonicalTypeUnqualified(); in HasNonDeletedDefaultedEqualityComparison()
H A DSemaCodeComplete.cpp5549 T1->getCanonicalTypeUnqualified() == in isApprox()
5550 T2->getCanonicalTypeUnqualified(); in isApprox()
H A DSemaOverload.cpp3240 if (cast<FunctionProtoType>(FromFunction->getCanonicalTypeUnqualified()) in HandleFunctionTypeMismatch()
3242 cast<FunctionProtoType>(ToFunction->getCanonicalTypeUnqualified()) in HandleFunctionTypeMismatch()
H A DSemaChecking.cpp13825 QualType BaseT = Base->getType()->getCanonicalTypeUnqualified(); in IsPointerInterconvertibleBaseOf()
13826 QualType DerivedT = Derived->getType()->getCanonicalTypeUnqualified(); in IsPointerInterconvertibleBaseOf()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp102 return MD->getType()->getCanonicalTypeUnqualified() in GetFormalType()
111 return RetTy->getCanonicalTypeUnqualified().getUnqualifiedType(); in GetReturnType()
289 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>()); in arrangeCXXMethodType()
298 FTy = FT->getCanonicalTypeUnqualified(); in setCUDAKernelCallingConvention()
467 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.cpp10589 CDT = CDT->getCanonicalTypeUnqualified(); in evaluateCDTSize()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp28 : T(T->getCanonicalTypeUnqualified().getTypePtr()) {} in TypeInfoLValue()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp154 !Paths.isAmbiguous(ActualTy->getCanonicalTypeUnqualified())) { in adjustReturnValue()
H A DRangeConstraintManager.cpp2336 if (getType()->getCanonicalTypeUnqualified() != in merge()
2337 Other.getType()->getCanonicalTypeUnqualified()) in merge()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp416 QualType Base = T->getCanonicalTypeUnqualified(); in getFragmentsForType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4777 ->getCanonicalTypeUnqualified()); in GetBitSize()