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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  749         ReplaceText(ImportLoc, ImportLen, "include");
  907   ReplaceText(startLoc, semiPtr - startBuf + 1, typedefString);
  953     ReplaceText(LocEnd, 1, ";\n#endif\n");
  962   ReplaceText(Loc, 0, "// ");
  970   ReplaceText(LocStart, 0, "// ");
  980   ReplaceText(CatDecl->getAtEndRange().getBegin(),
  989   ReplaceText(LocStart, 0, "// ");
 1000   ReplaceText(LocEnd, strlen("@end"), "/* @end */");
 1008       ReplaceText(OptionalLoc, strlen("@optional"), "/* @optional */");
 1013       ReplaceText(OptionalLoc, strlen("@required"), "/* @required */");
 1024   ReplaceText(LocStart, 0, "// ");
 1033   ReplaceText(LocStart, 0, "// ");
 1178     ReplaceText(LocStart, endBuf-startBuf, ResultStr);
 1189     ReplaceText(LocStart, endBuf-startBuf, ResultStr);
 1223   ReplaceText(ClassDecl->getAtEndRange().getBegin(), strlen("@end"),
 1418   ReplaceText(startLoc, strlen("break"), buf);
 1435   ReplaceText(startLoc, strlen("continue"), buf);
 1534   ReplaceText(startLoc, startCollectionBuf - startBuf, buf);
 1575   ReplaceText(lparenLoc, 1, buf);
 1653   ReplaceText(startLoc, lparenBuf-startBuf+1, buf);
 1669   ReplaceText(rparenLoc, 1, buf);
 1704   ReplaceText(lastCurlyLoc, 1, buf);
 1754     ReplaceText(startLoc, 6, buf);
 1778     ReplaceText(startLoc, 6, buf);
 1799   ReplaceText(startLoc, 4, buf);
 1821     ReplaceText(lastCurlyLoc, 1, buf);
 1854         ReplaceText(startLoc, lParenLoc-startBuf+1, buf);
 1863           ReplaceText(startLoc, lParenLoc-startBuf+1, buf);
 1877       ReplaceText(rParenLoc, bodyBuf-rParenBuf+1, " = _caught;");
 1907     ReplaceText(startLoc, 8, "/* @finally */");
 1932     ReplaceText(lastCurlyLoc, 1, buf);
 1968   ReplaceText(startLoc, wBuf-startBuf+1, buf);
 1973   ReplaceText(semiLoc, 1, ");");
 2209     ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
 2215     ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
 3106     ReplaceText(LocStart, endBuf-startBuf, Result);
 3148       ReplaceText(LocStart, endHeader-startBuf, Result);
 3151       ReplaceText(LocStart, cursor-startBuf, Result);
 3195         ReplaceText(caretLoc, 1, "*");
 3208     ReplaceText(LocStart, endBuf-startBuf, Result);
 3903     ReplaceText(LocStart, endBuf-startBuf+1, TypeAsString);
 3914       ReplaceText(LocStart, 1, "*");
 3942       ReplaceText(DeclLoc, 1, "*");
 4087   ReplaceText(Start, OrigLength, buf);
 4265     ReplaceText(DeclLoc, endBuf-startBuf+nameSize, ByrefType);
 4292     ReplaceText(DeclLoc, endBuf-startBuf, ByrefType);