Searched refs:getFunctionObjectParameterType (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 181 AST, SourceLocation(), Constructor->getFunctionObjectParameterType(), in addDefaultHandleConstructor() 268 MethodDecl->getFunctionObjectParameterType(), true); in addArraySubscriptOperator()
|
H A D | CheckExprLifetime.cpp | 279 Callee->getFunctionObjectParameterType()) && in shouldTrackImplicitObjectArg() 280 !isRecordWithAttr<OwnerAttr>(Callee->getFunctionObjectParameterType())) in shouldTrackImplicitObjectArg() 415 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in implicitObjectParamIsLifetimeBound()
|
H A D | SemaCoroutine.cpp | 83 QualType T = MD->getFunctionObjectParameterType(); in lookupPromiseType()
|
H A D | SemaOverload.cpp | 3688 QualType ThisType = Constructor->getFunctionObjectParameterType(); in IsInitializerListConstructorConversion() 3890 User.After.setFromType(Constructor->getFunctionObjectParameterType()); in IsUserDefinedConversion() 5816 QualType ImplicitParamRecordType = Method->getFunctionObjectParameterType(); in PerformImplicitObjectArgumentInitialization() 14597 MD->getFunctionObjectParameterType(), in CreateOverloadedBinOp() 14600 MD->getFunctionObjectParameterType(), in CreateOverloadedBinOp() 14603 MD->getFunctionObjectParameterType(), in CreateOverloadedBinOp() 14709 cast<CXXMethodDecl>(FnDecl)->getFunctionObjectParameterType()); in CreateOverloadedBinOp()
|
H A D | SemaStmt.cpp | 715 Type.This = CMD->getFunctionObjectParameterType(); in checkMustTailAttr()
|
H A D | SemaTemplateInstantiateDecl.cpp | 4463 ThisTypeQuals = Method->getFunctionObjectParameterType().getQualifiers(); in SubstFunctionType()
|
H A D | SemaChecking.cpp | 3352 Context.getPointerType(Ctor->getFunctionObjectParameterType())); in CheckConstructorCall() 3392 cast<CXXMethodDecl>(FDecl)->getFunctionObjectParameterType()); in CheckFunctionCall()
|
H A D | SemaDeclCXX.cpp | 7619 QualType ThisType = MD->getFunctionObjectParameterType(); in CheckExplicitlyDefaultedSpecialMember() 8738 QualType T = MD->getFunctionObjectParameterType(); in CheckExplicitlyDefaultedComparison()
|
H A D | SemaDeclAttr.cpp | 977 QualType ThisType = MD->getFunctionObjectParameterType(); in checkForConsumableClass()
|
H A D | SemaExprCXX.cpp | 4002 QualType ClassType = dtor->getFunctionObjectParameterType(); in CheckVirtualDtorCall()
|
H A D | SemaDecl.cpp | 12040 !Destructor->getFunctionObjectParameterType()->isDependentType()) { in CheckFunctionDeclaration()
|
H A D | SemaExpr.cpp | 2977 DestRecordType = Method->getFunctionObjectParameterType(); in PerformObjectMemberConversion()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 144 LoadCXXThis(), MD->getFunctionObjectParameterType(), CXXThisAlignment, in LoadCXXThisAddress() 523 QualType ThisTy = D->getFunctionObjectParameterType(); in Emit() 1470 QualType ThisTy = Dtor->getFunctionObjectParameterType(); in EmitDestructorBody() 1504 QualType ThisTy = Dtor->getFunctionObjectParameterType(); in EmitDestructorBody() 2129 LangAS ThisAS = D->getFunctionObjectParameterType().getAddressSpace(); in EmitCXXConstructorCall() 2474 QualType ThisTy = Dtor->getFunctionObjectParameterType(); in Emit()
|
H A D | CGVTables.cpp | 211 &*AI, MD->getFunctionObjectParameterType(), in GenerateVarArgsThunk()
|
H A D | CGOpenMPRuntime.cpp | 8281 QualType Ty = MD->getFunctionObjectParameterType(); in emitCombinedEntry()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 530 SurroundingMethodDecl->getFunctionObjectParameterType(); in initialize() 545 QualType ThisPointeeType = MethodDecl->getFunctionObjectParameterType(); in initialize()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 159 cast<CXXMethodDecl>(D)->getFunctionObjectParameterType()), in translateAttrExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2217 QualType getFunctionObjectParameterType() const { in getFunctionObjectParameterType() function
|