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

Declarations

tools/clang/lib/ARCMigrate/Internals.h
   67   void replaceStmt(Stmt *S, StringRef text);

References

tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp
  126           Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
  141           Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
  142           Pass.TA.replaceStmt(*scope.End, "}");