Searched refs:isObjCSelfExpr (Results 1 – 5 of 5) sorted by relevance
92 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()107 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
1116 if (ArgRE->isObjCSelfExpr()) { in CheckObjCCircularContainer()1136 if (!ArgRE->isObjCSelfExpr()) { in CheckObjCCircularContainer()
1548 if (Receiver && Receiver->isObjCSelfExpr()) { in getMessageSendResultType()3158 !(Receiver->isObjCSelfExpr() && getLangOpts().ObjCAutoRefCount)) { in BuildInstanceMessage()3162 if (Receiver->isObjCSelfExpr()) { in BuildInstanceMessage()
4084 bool Expr::isObjCSelfExpr() const { in isObjCSelfExpr() function in Expr
501 bool isObjCSelfExpr() const;