Lines Matching defs:Msg

26 static bool checkForLiteralCreation(const ObjCMessageExpr *Msg,  in checkForLiteralCreation()
59 bool edit::rewriteObjCRedundantCallWithLiteral(const ObjCMessageExpr *Msg, in rewriteObjCRedundantCallWithLiteral()
157 const ObjCMessageExpr *Msg, in canRewriteToSubscriptSyntax()
181 static bool rewriteToSubscriptGetCommon(const ObjCMessageExpr *Msg, in rewriteToSubscriptGetCommon()
204 const ObjCMessageExpr *Msg, in rewriteToArraySubscriptGet()
214 const ObjCMessageExpr *Msg, in rewriteToDictionarySubscriptGet()
224 const ObjCMessageExpr *Msg, in rewriteToArraySubscriptSet()
258 const ObjCMessageExpr *Msg, in rewriteToDictionarySubscriptSet()
290 bool edit::rewriteToObjCSubscriptSyntax(const ObjCMessageExpr *Msg, in rewriteToObjCSubscriptSyntax()
339 bool edit::rewriteToObjCLiteralSyntax(const ObjCMessageExpr *Msg, in rewriteToObjCLiteralSyntax()
378 static bool rewriteToArrayLiteral(const ObjCMessageExpr *Msg, in rewriteToArrayLiteral()
449 if (const ObjCMessageExpr *Msg = dyn_cast<ObjCMessageExpr>(E)) { in getNSArrayObjects() local
490 static bool rewriteToDictionaryLiteral(const ObjCMessageExpr *Msg, in rewriteToDictionaryLiteral()
603 static bool shouldNotRewriteImmediateMessageArgs(const ObjCMessageExpr *Msg, in shouldNotRewriteImmediateMessageArgs()
643 static bool rewriteToCharLiteral(const ObjCMessageExpr *Msg, in rewriteToCharLiteral()
659 static bool rewriteToBoolLiteral(const ObjCMessageExpr *Msg, in rewriteToBoolLiteral()
749 static bool rewriteToNumberLiteral(const ObjCMessageExpr *Msg, in rewriteToNumberLiteral()
972 static bool rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg, in rewriteToNumericBoxedExpression()
1127 const ObjCMessageExpr *Msg, in doRewriteToUTF8StringBoxedExpressionHelper()
1165 static bool rewriteToStringBoxedExpression(const ObjCMessageExpr *Msg, in rewriteToStringBoxedExpression()