Searched refs:getReceiverType (Results 1 – 9 of 9) sorted by relevance
93 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType() function in ObjCPropertyRefExpr295 QualType ObjCMessageExpr::getReceiverType() const { in getReceiverType() function in ObjCMessageExpr310 QualType T = getReceiverType(); in getReceiverInterface()
250 if (isUnknownType(E->getReceiverType())) in visitObjCMessageExpr()
181 std::optional<bool> IsUnsafe = isUnsafePtr(E->getReceiverType()); in visitObjCMessageExpr()
737 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet()770 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet()845 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation()
16807 E->getReceiverType(), in TransformObjCMessageExpr()
291 QualType recT = E->getReceiverType(); in VisitObjCMessageExpr()
773 QualType getReceiverType(const ASTContext &ctx) const;1311 QualType getReceiverType() const;
746 QualType ReceiverType = MessageExpr->getReceiverType(); in findMethodDecl()
3811 const QualType TypeDecl = Node.getReceiverType(); in AST_MATCHER_P()