Searched refs:getThisObjectType (Results 1 – 7 of 7) sorted by relevance
2454 static QualType getThisObjectType(ASTContext &C, const FunctionProtoType *FPT, in getThisObjectType() function2463 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType()2467 QualType CXXMethodDecl::getThisObjectType(const FunctionProtoType *FPT, in getThisObjectType() function in CXXMethodDecl2470 return ::getThisObjectType(C, FPT, Decl); in getThisObjectType()2484 QualType CXXMethodDecl::getThisObjectType() const { in getThisObjectType() function in CXXMethodDecl2487 return CXXMethodDecl::getThisObjectType( in getThisObjectType()
191 QualType ThisPointeeType = MethodDecl->getThisObjectType(); in Environment()
521 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()
2118 QualType getThisObjectType() const;2123 static QualType getThisObjectType(const FunctionProtoType *FPT,
6934 if (!isRecordWithAttr<PointerAttr>(Callee->getThisObjectType()) && in shouldTrackImplicitObjectArg()6935 !isRecordWithAttr<OwnerAttr>(Callee->getThisObjectType())) in shouldTrackImplicitObjectArg()7070 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType()); in implicitObjectParamIsLifetimeBound()
9631 QualType T = M->getThisObjectType(); in getImplicitObjectParamType()13896 cast<CXXMethodDecl>(FnDecl)->getThisObjectType()); in CreateOverloadedBinOp()
5820 Context.getPointerType(Ctor->getThisObjectType())); in CheckConstructorCall()5861 Context.getPointerType(cast<CXXMethodDecl>(FDecl)->getThisObjectType()); in CheckFunctionCall()