Searched refs:getThisObjectType (Results 1 – 6 of 6) sorted by relevance
2437 static QualType getThisObjectType(ASTContext &C, const FunctionProtoType *FPT, in getThisObjectType() function2446 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType()2450 QualType CXXMethodDecl::getThisObjectType(const FunctionProtoType *FPT, in getThisObjectType() function in CXXMethodDecl2453 return ::getThisObjectType(C, FPT, Decl); in getThisObjectType()2467 QualType CXXMethodDecl::getThisObjectType() const { in getThisObjectType() function in CXXMethodDecl2470 return CXXMethodDecl::getThisObjectType( in getThisObjectType()
520 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()
2086 QualType getThisObjectType() const;2091 static QualType getThisObjectType(const FunctionProtoType *FPT,
6875 if (!isRecordWithAttr<PointerAttr>(Callee->getThisObjectType()) && in shouldTrackImplicitObjectArg()6876 !isRecordWithAttr<OwnerAttr>(Callee->getThisObjectType())) in shouldTrackImplicitObjectArg()7011 LHST = Ctx.getLValueReferenceType(MD->getThisObjectType()); in implicitObjectParamIsLifetimeBound()
9504 QualType T = M->getThisObjectType(); in getImplicitObjectParamType()13725 cast<CXXMethodDecl>(FnDecl)->getThisObjectType()); in CreateOverloadedBinOp()
4947 Context.getPointerType(Ctor->getThisObjectType())); in CheckConstructorCall()4988 Context.getPointerType(cast<CXXMethodDecl>(FDecl)->getThisObjectType()); in CheckFunctionCall()