Searched refs:getFunctionObjectParameterType (Results 1 – 19 of 19) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CheckExprLifetime.cpp | 356 Callee->getFunctionObjectParameterType()) && in shouldTrackImplicitObjectArg() 357 !isRecordWithAttr<OwnerAttr>(Callee->getFunctionObjectParameterType())) in shouldTrackImplicitObjectArg() 519 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in isNormalAssignmentOperator()
|
| H A D | HLSLBuiltinTypeDeclBuilder.cpp | 430 AST, SourceLocation(), Method->getFunctionObjectParameterType(), true); in getResourceHandleExpr()
|
| H A D | SemaCoroutine.cpp | 81 QualType T = MD->getFunctionObjectParameterType(); in lookupPromiseType()
|
| H A D | SemaOverload.cpp | 3920 QualType ThisType = Constructor->getFunctionObjectParameterType(); in IsInitializerListConstructorConversion() 4123 User.After.setFromType(Constructor->getFunctionObjectParameterType()); in IsUserDefinedConversion() 6061 QualType ImplicitParamRecordType = Method->getFunctionObjectParameterType(); in PerformImplicitObjectArgumentInitialization() 15409 MD->getFunctionObjectParameterType(), in CreateOverloadedBinOp() 15412 MD->getFunctionObjectParameterType(), in CreateOverloadedBinOp() 15415 MD->getFunctionObjectParameterType(), in CreateOverloadedBinOp() 15524 cast<CXXMethodDecl>(FnDecl)->getFunctionObjectParameterType()); in CreateOverloadedBinOp()
|
| H A D | SemaStmt.cpp | 757 Type.This = CMD->getFunctionObjectParameterType(); in checkMustTailAttr()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5012 ThisTypeQuals = Method->getFunctionObjectParameterType().getQualifiers(); in SubstFunctionType()
|
| H A D | SemaExprCXX.cpp | 4344 QualType ClassType = dtor->getFunctionObjectParameterType(); in CheckVirtualDtorCall()
|
| H A D | SemaChecking.cpp | 3733 Context.getPointerType(Ctor->getFunctionObjectParameterType())); in CheckConstructorCall() 3773 cast<CXXMethodDecl>(FDecl)->getFunctionObjectParameterType()); in CheckFunctionCall()
|
| H A D | SemaDeclAttr.cpp | 994 QualType ThisType = MD->getFunctionObjectParameterType(); in checkForConsumableClass()
|
| H A D | SemaDeclCXX.cpp | 7783 QualType ThisType = MD->getFunctionObjectParameterType(); in CheckExplicitlyDefaultedSpecialMember()
|
| H A D | SemaDecl.cpp | 12277 !Destructor->getFunctionObjectParameterType()->isDependentType()) { in CheckFunctionDeclaration()
|
| H A D | SemaExpr.cpp | 3024 DestRecordType = Method->getFunctionObjectParameterType(); in PerformObjectMemberConversion()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 143 LoadCXXThis(), MD->getFunctionObjectParameterType(), CXXThisAlignment, in LoadCXXThisAddress() 518 QualType ThisTy = D->getFunctionObjectParameterType(); in Emit() 1473 QualType ThisTy = Dtor->getFunctionObjectParameterType(); in EmitDestructorBody() 1507 QualType ThisTy = Dtor->getFunctionObjectParameterType(); in EmitDestructorBody() 2138 LangAS ThisAS = D->getFunctionObjectParameterType().getAddressSpace(); in EmitCXXConstructorCall() 2479 QualType ThisTy = Dtor->getFunctionObjectParameterType(); in Emit()
|
| H A D | CGVTables.cpp | 211 &*AI, MD->getFunctionObjectParameterType(), in GenerateVarArgsThunk()
|
| H A D | CGOpenMPRuntime.cpp | 8538 QualType Ty = MD->getFunctionObjectParameterType(); in emitCombinedEntry()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 529 SurroundingMethodDecl->getFunctionObjectParameterType(); in initialize() 544 QualType ThisPointeeType = MethodDecl->getFunctionObjectParameterType(); in initialize()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 767 QualType ThisType = Constructor->getFunctionObjectParameterType(); in VisitCXXConstructExpr() 1195 ReturnType = Constructor->getFunctionObjectParameterType(); in determineExpectedReturnState()
|
| H A D | ThreadSafetyCommon.cpp | 184 Self, cast<CXXMethodDecl>(D)->getFunctionObjectParameterType(), in translateAttrExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2274 QualType getFunctionObjectParameterType() const { in getFunctionObjectParameterType() function
|