Searched refs:getFunctionObjectParameterType (Results 1 – 20 of 20) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 177 AST, SourceLocation(), Constructor->getFunctionObjectParameterType(), in addDefaultHandleConstructor() 264 MethodDecl->getFunctionObjectParameterType(), true); in addArraySubscriptOperator()
|
| H A D | SemaCoroutine.cpp | 83 QualType T = MD->getFunctionObjectParameterType(); in lookupPromiseType()
|
| H A D | SemaOverload.cpp | 3654 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 D | SemaInit.cpp | 7404 Callee->getFunctionObjectParameterType()) && in shouldTrackImplicitObjectArg() 7405 !isRecordWithAttr<OwnerAttr>(Callee->getFunctionObjectParameterType())) in shouldTrackImplicitObjectArg() 7540 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in implicitObjectParamIsLifetimeBound()
|
| H A D | SemaStmt.cpp | 692 Type.This = CMD->getFunctionObjectParameterType(); in checkMustTailAttr()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4455 ThisTypeQuals = Method->getFunctionObjectParameterType().getQualifiers(); in SubstFunctionType()
|
| H A D | SemaExprCXX.cpp | 4000 QualType ClassType = dtor->getFunctionObjectParameterType(); in CheckVirtualDtorCall()
|
| H A D | SemaDeclCXX.cpp | 7731 QualType ThisType = MD->getFunctionObjectParameterType(); in CheckExplicitlyDefaultedSpecialMember() 8840 QualType T = MD->getFunctionObjectParameterType(); in CheckExplicitlyDefaultedComparison()
|
| H A D | SemaChecking.cpp | 7622 Context.getPointerType(Ctor->getFunctionObjectParameterType())); in CheckConstructorCall() 7664 cast<CXXMethodDecl>(FDecl)->getFunctionObjectParameterType()); in CheckFunctionCall()
|
| H A D | SemaDeclAttr.cpp | 1237 QualType ThisType = MD->getFunctionObjectParameterType(); in checkForConsumableClass()
|
| H A D | SemaDecl.cpp | 12086 !Destructor->getFunctionObjectParameterType()->isDependentType()) { in CheckFunctionDeclaration()
|
| H A D | SemaExpr.cpp | 3237 DestRecordType = Method->getFunctionObjectParameterType(); in PerformObjectMemberConversion()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 142 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 D | CGVTables.cpp | 205 Address(&*AI, ConvertTypeForMem(MD->getFunctionObjectParameterType()), in GenerateVarArgsThunk()
|
| H A D | CGOpenMPRuntime.cpp | 8230 QualType Ty = MD->getFunctionObjectParameterType(); in emitCombinedEntry()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 413 SurroundingMethodDecl->getFunctionObjectParameterType(); in initialize() 419 QualType ThisPointeeType = MethodDecl->getFunctionObjectParameterType(); in initialize()
|
| H A D | Transfer.cpp | 531 if (Method->getFunctionObjectParameterType() in VisitCXXOperatorCallExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 774 QualType ThisType = Constructor->getFunctionObjectParameterType(); in VisitCXXConstructExpr() 1202 ReturnType = Constructor->getFunctionObjectParameterType(); in determineExpectedReturnState()
|
| H A D | ThreadSafetyCommon.cpp | 159 cast<CXXMethodDecl>(D)->getFunctionObjectParameterType()), in translateAttrExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2203 QualType getFunctionObjectParameterType() const { in getFunctionObjectParameterType() function
|