Home
last modified time | relevance | path

Searched refs:rewriteToNumericBoxedExpression (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp334 static bool rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg,
657 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToCharLiteral()
671 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToBoolLiteral()
776 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
796 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
838 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
845 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
856 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
860 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
973 static bool rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg, in rewriteToNumericBoxedExpression() function