Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp2431 static QualType getThisObjectType(ASTContext &C, const FunctionProtoType *FPT, in getThisObjectType() function
2440 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType()
2444 QualType CXXMethodDecl::getThisObjectType(const FunctionProtoType *FPT, in getThisObjectType() function in CXXMethodDecl
2447 return ::getThisObjectType(C, FPT, Decl); in getThisObjectType()
2461 QualType CXXMethodDecl::getThisObjectType() const { in getThisObjectType() function in CXXMethodDecl
2464 return CXXMethodDecl::getThisObjectType( in getThisObjectType()
/external/llvm-project/clang/lib/CodeGen/
DCGClass.cpp523 QualType ThisTy = D->getThisObjectType(); in Emit()
1472 QualType ThisTy = Dtor->getThisObjectType(); in EmitDestructorBody()
1506 QualType ThisTy = Dtor->getThisObjectType(); in EmitDestructorBody()
2402 QualType ThisTy = Dtor->getThisObjectType(); in Emit()
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h2064 QualType getThisObjectType() const;
2069 static QualType getThisObjectType(const FunctionProtoType *FPT,
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp6806 if (!isRecordWithAttr<PointerAttr>(Callee->getThisObjectType()) && in shouldTrackImplicitObjectArg()
6807 !isRecordWithAttr<OwnerAttr>(Callee->getThisObjectType())) in shouldTrackImplicitObjectArg()
6942 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType()); in implicitObjectParamIsLifetimeBound()
DSemaOverload.cpp9507 QualType T = M->getThisObjectType(); in getImplicitObjectParamType()