Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2483 static QualType getThisObjectType(ASTContext &C, const FunctionProtoType *FPT, in getThisObjectType() function
2492 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType()
2496 QualType CXXMethodDecl::getThisObjectType(const FunctionProtoType *FPT, in getThisObjectType() function in CXXMethodDecl
2499 return ::getThisObjectType(C, FPT, Decl); in getThisObjectType()
2513 QualType CXXMethodDecl::getThisObjectType() const { in getThisObjectType() function in CXXMethodDecl
2516 return CXXMethodDecl::getThisObjectType( in getThisObjectType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp522 QualType ThisTy = D->getThisObjectType(); in Emit()
1468 QualType ThisTy = Dtor->getThisObjectType(); in EmitDestructorBody()
1502 QualType ThisTy = Dtor->getThisObjectType(); in EmitDestructorBody()
2469 QualType ThisTy = Dtor->getThisObjectType(); in Emit()
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp283 QualType ThisPointeeType = MethodDecl->getThisObjectType(); in Environment()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp157 Self, ClassifyDiagnostic(cast<CXXMethodDecl>(D)->getThisObjectType()), in translateAttrExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2132 QualType getThisObjectType() const;
2137 static QualType getThisObjectType(const FunctionProtoType *FPT,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp9757 QualType T = M->getThisObjectType(); in getImplicitObjectParamType()
13972 MD->getThisObjectType(), in CreateOverloadedBinOp()
13974 Context.hasSameUnqualifiedType(MD->getThisObjectType(), in CreateOverloadedBinOp()
13976 Context.hasSameUnqualifiedType(MD->getThisObjectType(), in CreateOverloadedBinOp()
14065 cast<CXXMethodDecl>(FnDecl)->getThisObjectType()); in CreateOverloadedBinOp()
H A DSemaInit.cpp7262 if (!isRecordWithAttr<PointerAttr>(Callee->getThisObjectType()) && in shouldTrackImplicitObjectArg()
7263 !isRecordWithAttr<OwnerAttr>(Callee->getThisObjectType())) in shouldTrackImplicitObjectArg()
7398 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType()); in implicitObjectParamIsLifetimeBound()
H A DSemaChecking.cpp6017 Context.getPointerType(Ctor->getThisObjectType())); in CheckConstructorCall()
6058 Context.getPointerType(cast<CXXMethodDecl>(FDecl)->getThisObjectType()); in CheckFunctionCall()