Home
last modified time | relevance | path

Searched refs:getThisObjectType (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2454 static QualType getThisObjectType(ASTContext &C, const FunctionProtoType *FPT, in getThisObjectType() function
2463 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType()
2467 QualType CXXMethodDecl::getThisObjectType(const FunctionProtoType *FPT, in getThisObjectType() function in CXXMethodDecl
2470 return ::getThisObjectType(C, FPT, Decl); in getThisObjectType()
2484 QualType CXXMethodDecl::getThisObjectType() const { in getThisObjectType() function in CXXMethodDecl
2487 return CXXMethodDecl::getThisObjectType( in getThisObjectType()
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp191 QualType ThisPointeeType = MethodDecl->getThisObjectType(); in Environment()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp521 QualType ThisTy = D->getThisObjectType(); in Emit()
1467 QualType ThisTy = Dtor->getThisObjectType(); in EmitDestructorBody()
1501 QualType ThisTy = Dtor->getThisObjectType(); in EmitDestructorBody()
2428 QualType ThisTy = Dtor->getThisObjectType(); in Emit()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h2118 QualType getThisObjectType() const;
2123 static QualType getThisObjectType(const FunctionProtoType *FPT,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp6934 if (!isRecordWithAttr<PointerAttr>(Callee->getThisObjectType()) && in shouldTrackImplicitObjectArg()
6935 !isRecordWithAttr<OwnerAttr>(Callee->getThisObjectType())) in shouldTrackImplicitObjectArg()
7070 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType()); in implicitObjectParamIsLifetimeBound()
H A DSemaOverload.cpp9631 QualType T = M->getThisObjectType(); in getImplicitObjectParamType()
13896 cast<CXXMethodDecl>(FnDecl)->getThisObjectType()); in CreateOverloadedBinOp()
H A DSemaChecking.cpp5820 Context.getPointerType(Ctor->getThisObjectType())); in CheckConstructorCall()
5861 Context.getPointerType(cast<CXXMethodDecl>(FDecl)->getThisObjectType()); in CheckFunctionCall()