HomeSort by relevance Sort by last modified time
    Searched refs:InsertTextAfter (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Rewrite/
RewriteMacros.cpp 134 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
140 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
170 RB.InsertTextAfter(RawOffs, &" /*"[HasSpace]);
HTMLRewrite.cpp 62 RB.InsertTextAfter(B, StartTag);
96 RB.InsertTextAfter(i, StartTag);
269 RB.InsertTextAfter(FileEnd - FileBeg, "</table>");
351 R.InsertTextAfter(EndLoc, "</body></html>\n");
  /external/clang/include/clang/Rewrite/
Rewriter.h 77 /// InsertTextAfter - Insert some text at the specified point, where the
80 void InsertTextAfter(unsigned OrigOffset, StringRef Str) {
190 /// InsertTextAfter - Insert the specified string at the specified location in
195 bool InsertTextAfter(SourceLocation Loc, StringRef Str) {

Completed in 59 milliseconds