Searched refs:getReceiverType (Results 1 – 7 of 7) sorted by relevance
113 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType() function in ObjCPropertyRefExpr319 QualType ObjCMessageExpr::getReceiverType() const { in getReceiverType() function in ObjCMessageExpr334 QualType T = getReceiverType(); in getReceiverInterface()
740 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet()773 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet()849 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation()
12038 E->getReceiverType(), in TransformObjCMessageExpr()
276 QualType recT = E->getReceiverType(); in VisitObjCMessageExpr()
743 QualType getReceiverType(const ASTContext &ctx) const;1264 QualType getReceiverType() const;
661 QualType ReceiverType = MessageExpr->getReceiverType(); in findMethodDecl()
2921 const QualType TypeDecl = Node.getReceiverType(); in AST_MATCHER_P()