Searched refs:getReceiverType (Results 1 – 7 of 7) 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()
739 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet() 772 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet() 847 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation()
15668 E->getReceiverType(),
293 QualType recT = E->getReceiverType(); in VisitObjCMessageExpr()
779 QualType getReceiverType(const ASTContext &ctx) const;1317 QualType getReceiverType() const;
743 QualType ReceiverType = MessageExpr->getReceiverType(); in findMethodDecl()
3718 const QualType TypeDecl = Node.getReceiverType(); in AST_MATCHER_P()