Lines Matching refs:getASTContext
61 if (!checkForLiteralCreation(Msg, II, NS.getASTContext().getLangOpts())) in rewriteObjCRedundantCallWithLiteral()
206 if (!canRewriteToSubscriptSyntax(IFace, Msg, NS.getASTContext(), in rewriteToArraySubscriptGet()
216 if (!canRewriteToSubscriptSyntax(IFace, Msg, NS.getASTContext(), in rewriteToDictionarySubscriptGet()
226 if (!canRewriteToSubscriptSyntax(IFace, Msg, NS.getASTContext(), in rewriteToArraySubscriptSet()
260 if (!canRewriteToSubscriptSyntax(IFace, Msg, NS.getASTContext(), in rewriteToDictionarySubscriptSet()
299 NS.getASTContext().getObjContainingInterface(Method); in rewriteToObjCSubscriptSyntax()
342 if (!checkForLiteralCreation(Msg, II, NS.getASTContext().getLangOpts())) in rewriteToObjCLiteralSyntax()
412 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr)) in rewriteToArrayLiteral()
450 if (!checkForLiteralCreation(Msg, Cls, NS.getASTContext().getLangOpts())) in getNSArrayObjects()
472 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr)) in getNSArrayObjects()
529 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr)) in rewriteToDictionaryLiteral()
608 if (!checkForLiteralCreation(Msg, II, NS.getASTContext().getLangOpts())) in shouldNotRewriteImmediateMessageArgs()
776 ASTContext &Ctx = NS.getASTContext(); in rewriteToNumberLiteral()
984 ASTContext &Ctx = NS.getASTContext(); in rewriteToNumericBoxedExpression()
1131 ASTContext &Ctx = NS.getASTContext(); in doRewriteToUTF8StringBoxedExpressionHelper()