Searched refs:getReceiverType (Results 1 – 8 of 8) sorted by relevance
96 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType() function in ObjCPropertyRefExpr300 QualType ObjCMessageExpr::getReceiverType() const { in getReceiverType() function in ObjCMessageExpr315 QualType T = getReceiverType(); in getReceiverInterface()
730 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet()763 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet()839 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation()
14163 E->getReceiverType(), in TransformObjCMessageExpr()
279 QualType recT = E->getReceiverType(); in VisitObjCMessageExpr()
776 QualType getReceiverType(const ASTContext &ctx) const;1307 QualType getReceiverType() const;
1733 return cxtype::MakeCXType(MsgE->getReceiverType(), TU); in clang_Cursor_getReceiverType()1737 PropRefE->getReceiverType(cxcursor::getCursorContext(C)), TU); in clang_Cursor_getReceiverType()
743 QualType ReceiverType = MessageExpr->getReceiverType(); in findMethodDecl()
3639 const QualType TypeDecl = Node.getReceiverType(); in AST_MATCHER_P()