reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
  375 static void objectifyExpr(const Expr *E, Commit &commit);

References

tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
  400     objectifyExpr(Msg->getArg(0), commit);
  416       objectifyExpr(Msg->getArg(i), commit);
  506     objectifyExpr(Msg->getArg(0), commit);
  507     objectifyExpr(Msg->getArg(1), commit);
  538       objectifyExpr(Msg->getArg(i), commit);
  539       objectifyExpr(Msg->getArg(i+1), commit);
  582       objectifyExpr(Vals[i], commit);
  583       objectifyExpr(Keys[i], commit);