Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2437 static QualType getThisObjectType(ASTContext &C, const FunctionProtoType *FPT, in getThisObjectType() function
2446 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType()
2450 QualType CXXMethodDecl::getThisObjectType(const FunctionProtoType *FPT, in getThisObjectType() function in CXXMethodDecl
2453 return ::getThisObjectType(C, FPT, Decl); in getThisObjectType()
2467 QualType CXXMethodDecl::getThisObjectType() const { in getThisObjectType() function in CXXMethodDecl
2470 return CXXMethodDecl::getThisObjectType( in getThisObjectType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp520 QualType ThisTy = D->getThisObjectType(); in Emit()
1469 QualType ThisTy = Dtor->getThisObjectType(); in EmitDestructorBody()
1503 QualType ThisTy = Dtor->getThisObjectType(); in EmitDestructorBody()
2400 QualType ThisTy = Dtor->getThisObjectType(); in Emit()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2086 QualType getThisObjectType() const;
2091 static QualType getThisObjectType(const FunctionProtoType *FPT,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp6875 if (!isRecordWithAttr<PointerAttr>(Callee->getThisObjectType()) && in shouldTrackImplicitObjectArg()
6876 !isRecordWithAttr<OwnerAttr>(Callee->getThisObjectType())) in shouldTrackImplicitObjectArg()
7011 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType()); in implicitObjectParamIsLifetimeBound()
H A DSemaOverload.cpp9504 QualType T = M->getThisObjectType(); in getImplicitObjectParamType()
13725 cast<CXXMethodDecl>(FnDecl)->getThisObjectType()); in CreateOverloadedBinOp()
H A DSemaChecking.cpp4947 Context.getPointerType(Ctor->getThisObjectType())); in CheckConstructorCall()
4988 Context.getPointerType(cast<CXXMethodDecl>(FDecl)->getThisObjectType()); in CheckFunctionCall()