Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp333 static bool rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg,
655 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToCharLiteral()
669 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToBoolLiteral()
774 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
794 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
840 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
847 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
858 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
862 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
975 static bool rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg, in rewriteToNumericBoxedExpression() function