Home
last modified time | relevance | path

Searched refs:getFunctionObjectParameterType (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp356 Callee->getFunctionObjectParameterType()) && in shouldTrackImplicitObjectArg()
357 !isRecordWithAttr<OwnerAttr>(Callee->getFunctionObjectParameterType())) in shouldTrackImplicitObjectArg()
519 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in isNormalAssignmentOperator()
H A DHLSLBuiltinTypeDeclBuilder.cpp430 AST, SourceLocation(), Method->getFunctionObjectParameterType(), true); in getResourceHandleExpr()
H A DSemaCoroutine.cpp81 QualType T = MD->getFunctionObjectParameterType(); in lookupPromiseType()
H A DSemaOverload.cpp3920 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 DSemaStmt.cpp757 Type.This = CMD->getFunctionObjectParameterType(); in checkMustTailAttr()
H A DSemaTemplateInstantiateDecl.cpp5012 ThisTypeQuals = Method->getFunctionObjectParameterType().getQualifiers(); in SubstFunctionType()
H A DSemaExprCXX.cpp4344 QualType ClassType = dtor->getFunctionObjectParameterType(); in CheckVirtualDtorCall()
H A DSemaChecking.cpp3733 Context.getPointerType(Ctor->getFunctionObjectParameterType())); in CheckConstructorCall()
3773 cast<CXXMethodDecl>(FDecl)->getFunctionObjectParameterType()); in CheckFunctionCall()
H A DSemaDeclAttr.cpp994 QualType ThisType = MD->getFunctionObjectParameterType(); in checkForConsumableClass()
H A DSemaDeclCXX.cpp7783 QualType ThisType = MD->getFunctionObjectParameterType(); in CheckExplicitlyDefaultedSpecialMember()
H A DSemaDecl.cpp12277 !Destructor->getFunctionObjectParameterType()->isDependentType()) { in CheckFunctionDeclaration()
H A DSemaExpr.cpp3024 DestRecordType = Method->getFunctionObjectParameterType(); in PerformObjectMemberConversion()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp143 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 DCGVTables.cpp211 &*AI, MD->getFunctionObjectParameterType(), in GenerateVarArgsThunk()
H A DCGOpenMPRuntime.cpp8538 QualType Ty = MD->getFunctionObjectParameterType(); in emitCombinedEntry()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp529 SurroundingMethodDecl->getFunctionObjectParameterType(); in initialize()
544 QualType ThisPointeeType = MethodDecl->getFunctionObjectParameterType(); in initialize()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp767 QualType ThisType = Constructor->getFunctionObjectParameterType(); in VisitCXXConstructExpr()
1195 ReturnType = Constructor->getFunctionObjectParameterType(); in determineExpectedReturnState()
H A DThreadSafetyCommon.cpp184 Self, cast<CXXMethodDecl>(D)->getFunctionObjectParameterType(), in translateAttrExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2274 QualType getFunctionObjectParameterType() const { in getFunctionObjectParameterType() function