HomeSort by: relevance | last modified time | path
    Searched refs:InsertTextAfter (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteMacros.cpp 133 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
139 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
169 RB.InsertTextAfter(RawOffs, &" /*"[HasSpace]);
  /src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 78 /// InsertTextAfter - Insert some text at the specified point, where the
81 void InsertTextAfter(unsigned OrigOffset, StringRef Str) {
Rewriter.h 118 /// InsertTextAfter - Insert the specified string at the specified location in
123 bool InsertTextAfter(SourceLocation Loc, StringRef Str) {
  /src/external/apache2/llvm/dist/clang/lib/Rewrite/
HTMLRewrite.cpp 62 RB.InsertTextAfter(B, StartTag);
96 RB.InsertTextAfter(i, StartTag);
271 RB.InsertTextAfter(FileEnd - FileBeg, "</table>");
437 R.InsertTextAfter(EndLoc, "</body></html>\n");
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 371 R.InsertTextAfter(SMgr.getLocForEndOfFile(FileIDs[0]), os.str());

Completed in 17 milliseconds