Searched refs:objectifyExpr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 375 static void objectifyExpr(const Expr *E, Commit &commit); 400 objectifyExpr(Msg->getArg(0), commit); in rewriteToArrayLiteral() 416 objectifyExpr(Msg->getArg(i), commit); in rewriteToArrayLiteral() 506 objectifyExpr(Msg->getArg(0), commit); in rewriteToDictionaryLiteral() 507 objectifyExpr(Msg->getArg(1), commit); in rewriteToDictionaryLiteral() 538 objectifyExpr(Msg->getArg(i), commit); in rewriteToDictionaryLiteral() 539 objectifyExpr(Msg->getArg(i+1), commit); in rewriteToDictionaryLiteral() 582 objectifyExpr(Vals[i], commit); in rewriteToDictionaryLiteral() 583 objectifyExpr(Keys[i], commit); in rewriteToDictionaryLiteral() 942 static void objectifyExpr(const Expr *E, Commit &commit) { in objectifyExpr() function
|