Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp181 AST, SourceLocation(), Constructor->getFunctionObjectParameterType(), in addDefaultHandleConstructor()
268 MethodDecl->getFunctionObjectParameterType(), true); in addArraySubscriptOperator()
H A DCheckExprLifetime.cpp279 Callee->getFunctionObjectParameterType()) && in shouldTrackImplicitObjectArg()
280 !isRecordWithAttr<OwnerAttr>(Callee->getFunctionObjectParameterType())) in shouldTrackImplicitObjectArg()
415 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in implicitObjectParamIsLifetimeBound()
H A DSemaCoroutine.cpp83 QualType T = MD->getFunctionObjectParameterType(); in lookupPromiseType()
H A DSemaOverload.cpp3688 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 DSemaStmt.cpp715 Type.This = CMD->getFunctionObjectParameterType(); in checkMustTailAttr()
H A DSemaTemplateInstantiateDecl.cpp4463 ThisTypeQuals = Method->getFunctionObjectParameterType().getQualifiers(); in SubstFunctionType()
H A DSemaChecking.cpp3352 Context.getPointerType(Ctor->getFunctionObjectParameterType())); in CheckConstructorCall()
3392 cast<CXXMethodDecl>(FDecl)->getFunctionObjectParameterType()); in CheckFunctionCall()
H A DSemaDeclCXX.cpp7619 QualType ThisType = MD->getFunctionObjectParameterType(); in CheckExplicitlyDefaultedSpecialMember()
8738 QualType T = MD->getFunctionObjectParameterType(); in CheckExplicitlyDefaultedComparison()
H A DSemaDeclAttr.cpp977 QualType ThisType = MD->getFunctionObjectParameterType(); in checkForConsumableClass()
H A DSemaExprCXX.cpp4002 QualType ClassType = dtor->getFunctionObjectParameterType(); in CheckVirtualDtorCall()
H A DSemaDecl.cpp12040 !Destructor->getFunctionObjectParameterType()->isDependentType()) { in CheckFunctionDeclaration()
H A DSemaExpr.cpp2977 DestRecordType = Method->getFunctionObjectParameterType(); in PerformObjectMemberConversion()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp144 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 DCGVTables.cpp211 &*AI, MD->getFunctionObjectParameterType(), in GenerateVarArgsThunk()
H A DCGOpenMPRuntime.cpp8281 QualType Ty = MD->getFunctionObjectParameterType(); in emitCombinedEntry()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp530 SurroundingMethodDecl->getFunctionObjectParameterType(); in initialize()
545 QualType ThisPointeeType = MethodDecl->getFunctionObjectParameterType(); in initialize()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp159 cast<CXXMethodDecl>(D)->getFunctionObjectParameterType()), in translateAttrExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2217 QualType getFunctionObjectParameterType() const { in getFunctionObjectParameterType() function