Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp177 AST, SourceLocation(), Constructor->getFunctionObjectParameterType(), in addDefaultHandleConstructor()
264 MethodDecl->getFunctionObjectParameterType(), true); in addArraySubscriptOperator()
H A DSemaCoroutine.cpp83 QualType T = MD->getFunctionObjectParameterType(); in lookupPromiseType()
H A DSemaOverload.cpp3654 QualType ThisType = Constructor->getFunctionObjectParameterType(); in IsInitializerListConstructorConversion()
3856 User.After.setFromType(Constructor->getFunctionObjectParameterType()); in IsUserDefinedConversion()
5788 QualType ImplicitParamRecordType = Method->getFunctionObjectParameterType(); in PerformImplicitObjectArgumentInitialization()
14600 MD->getFunctionObjectParameterType(), in CreateOverloadedBinOp()
14603 MD->getFunctionObjectParameterType(), in CreateOverloadedBinOp()
14606 MD->getFunctionObjectParameterType(), in CreateOverloadedBinOp()
14703 cast<CXXMethodDecl>(FnDecl)->getFunctionObjectParameterType()); in CreateOverloadedBinOp()
H A DSemaInit.cpp7404 Callee->getFunctionObjectParameterType()) && in shouldTrackImplicitObjectArg()
7405 !isRecordWithAttr<OwnerAttr>(Callee->getFunctionObjectParameterType())) in shouldTrackImplicitObjectArg()
7540 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in implicitObjectParamIsLifetimeBound()
H A DSemaStmt.cpp692 Type.This = CMD->getFunctionObjectParameterType(); in checkMustTailAttr()
H A DSemaTemplateInstantiateDecl.cpp4455 ThisTypeQuals = Method->getFunctionObjectParameterType().getQualifiers(); in SubstFunctionType()
H A DSemaExprCXX.cpp4000 QualType ClassType = dtor->getFunctionObjectParameterType(); in CheckVirtualDtorCall()
H A DSemaDeclCXX.cpp7731 QualType ThisType = MD->getFunctionObjectParameterType(); in CheckExplicitlyDefaultedSpecialMember()
8840 QualType T = MD->getFunctionObjectParameterType(); in CheckExplicitlyDefaultedComparison()
H A DSemaChecking.cpp7622 Context.getPointerType(Ctor->getFunctionObjectParameterType())); in CheckConstructorCall()
7664 cast<CXXMethodDecl>(FDecl)->getFunctionObjectParameterType()); in CheckFunctionCall()
H A DSemaDeclAttr.cpp1237 QualType ThisType = MD->getFunctionObjectParameterType(); in checkForConsumableClass()
H A DSemaDecl.cpp12086 !Destructor->getFunctionObjectParameterType()->isDependentType()) { in CheckFunctionDeclaration()
H A DSemaExpr.cpp3237 DestRecordType = Method->getFunctionObjectParameterType(); in PerformObjectMemberConversion()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp142 llvm::Type *Ty = ConvertType(MD->getFunctionObjectParameterType()); in LoadCXXThisAddress()
514 QualType ThisTy = D->getFunctionObjectParameterType(); in Emit()
1461 QualType ThisTy = Dtor->getFunctionObjectParameterType(); in EmitDestructorBody()
1495 QualType ThisTy = Dtor->getFunctionObjectParameterType(); in EmitDestructorBody()
2120 LangAS ThisAS = D->getFunctionObjectParameterType().getAddressSpace(); in EmitCXXConstructorCall()
2459 QualType ThisTy = Dtor->getFunctionObjectParameterType(); in Emit()
H A DCGVTables.cpp205 Address(&*AI, ConvertTypeForMem(MD->getFunctionObjectParameterType()), in GenerateVarArgsThunk()
H A DCGOpenMPRuntime.cpp8230 QualType Ty = MD->getFunctionObjectParameterType(); in emitCombinedEntry()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp413 SurroundingMethodDecl->getFunctionObjectParameterType(); in initialize()
419 QualType ThisPointeeType = MethodDecl->getFunctionObjectParameterType(); in initialize()
H A DTransfer.cpp531 if (Method->getFunctionObjectParameterType() in VisitCXXOperatorCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp774 QualType ThisType = Constructor->getFunctionObjectParameterType(); in VisitCXXConstructExpr()
1202 ReturnType = Constructor->getFunctionObjectParameterType(); in determineExpectedReturnState()
H A DThreadSafetyCommon.cpp159 cast<CXXMethodDecl>(D)->getFunctionObjectParameterType()), in translateAttrExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2203 QualType getFunctionObjectParameterType() const { in getFunctionObjectParameterType() function