Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
771 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
791 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
837 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
844 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
855 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
859 return rewriteToNumericBoxedExpression(Msg, NS, commit); in rewriteToNumberLiteral()
972 static bool rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg, in rewriteToNumericBoxedExpression() function