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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  772   InsertText(startLoc, "// ");
  843     InsertText(onePastSemiLoc, Getr);
  885   InsertText(onePastSemiLoc, Setr);
  952     InsertText(LocStart, "#if 0\n");
  955     InsertText(LocStart, "// ");
 1168   InsertText(IMD ? IMD->getBeginLoc() : CID->getBeginLoc(), "// ");
 1194   InsertText(IMD ? IMD->getEndLoc() : CID->getEndLoc(), "// ");
 1616     InsertText(endBodyLoc, buf);
 1629     InsertText(endBodyLoc, buf);
 1755     InsertText(onePastSemiLoc, "}");
 1779     InsertText(onePastSemiLoc, "}");
 1816     InsertText(startLoc, buf);
 1897     InsertText(bodyLoc, buf);
 1918     InsertText(startLoc, " if (!_rethrow) objc_exception_try_exit(&_stack);\n");
 1920     InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n");
 1944   InsertText(lastCurlyLoc, " } /* @try scope end */\n");
 2099       InsertText(LessLoc, "/*");
 2100       InsertText(GreaterLoc, "*/");
 2144       InsertText(LessLoc, "/*");
 2145       InsertText(GreaterLoc, "*/");
 2168         InsertText(LessLoc, "/*");
 2169         InsertText(GreaterLoc, "*/");
 2305   InsertText(FunLocStart, FdStr);
 3163       InsertText(OnePastCurly, Result);
 3181           InsertText(atLoc, "// ");
 3188         InsertText(atLoc, "/* ");
 3192         InsertText(atLoc, " */");
 3200     InsertText(LocEnd.getLocWithOffset(1), ";");
 3543     InsertText(FunLocStart, SC);
 3576     InsertText(FunLocStart, CI);
 3580     InsertText(FunLocStart, CF);
 3584       InsertText(FunLocStart, HF);
 3588     InsertText(FunLocStart, BD);
 3609     InsertText(FunLocStart, SC);
 4213   InsertText(FunLocStart, ByrefType);
 4229       InsertText(FunLocStart, HF);
 4308     InsertText(semiLoc, "}");
 4910   InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false);