Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2451 static QualType getThisObjectType(ASTContext &C, const FunctionProtoType *FPT, in getThisObjectType() function
2460 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType()
2464 QualType CXXMethodDecl::getThisObjectType(const FunctionProtoType *FPT, in getThisObjectType() function in CXXMethodDecl
2467 return ::getThisObjectType(C, FPT, Decl); in getThisObjectType()
2481 QualType CXXMethodDecl::getThisObjectType() const { in getThisObjectType() function in CXXMethodDecl
2484 return CXXMethodDecl::getThisObjectType( in getThisObjectType()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A 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()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2084 QualType getThisObjectType() const;
2089 static QualType getThisObjectType(const FunctionProtoType *FPT,
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp6873 if (!isRecordWithAttr<PointerAttr>(Callee->getThisObjectType()) && in shouldTrackImplicitObjectArg()
6874 !isRecordWithAttr<OwnerAttr>(Callee->getThisObjectType())) in shouldTrackImplicitObjectArg()
7009 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType()); in implicitObjectParamIsLifetimeBound()
H A DSemaOverload.cpp9504 QualType T = M->getThisObjectType(); in getImplicitObjectParamType()
13707 cast<CXXMethodDecl>(FnDecl)->getThisObjectType()); in CreateOverloadedBinOp()
H A DSemaChecking.cpp4698 Context.getPointerType(Ctor->getThisObjectType())); in CheckConstructorCall()
4739 Context.getPointerType(cast<CXXMethodDecl>(FDecl)->getThisObjectType()); in CheckFunctionCall()