Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp334 static bool rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg,
656 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToCharLiteral()
670 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToBoolLiteral()
775 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
795 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
841 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
848 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
859 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
863 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
976 static bool rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg, in rewriteToNumericBoxedExpression() function