Searched refs:objectifyExpr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 376 static void objectifyExpr(const Expr *E, Commit &commit); 401 objectifyExpr(Msg->getArg(0), commit); in rewriteToArrayLiteral() 417 objectifyExpr(Msg->getArg(i), commit); in rewriteToArrayLiteral() 507 objectifyExpr(Msg->getArg(0), commit); in rewriteToDictionaryLiteral() 508 objectifyExpr(Msg->getArg(1), commit); in rewriteToDictionaryLiteral() 539 objectifyExpr(Msg->getArg(i), commit); in rewriteToDictionaryLiteral() 540 objectifyExpr(Msg->getArg(i+1), commit); in rewriteToDictionaryLiteral() 583 objectifyExpr(Vals[i], commit); in rewriteToDictionaryLiteral() 584 objectifyExpr(Keys[i], commit); in rewriteToDictionaryLiteral() 939 static void objectifyExpr(const Expr *E, Commit &commit) { in objectifyExpr() function
|