Searched refs:InsertTextAfter (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteMacros.cpp | 132 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//"); in RewriteMacrosInInput() 138 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//"); in RewriteMacrosInInput() 168 RB.InsertTextAfter(RawOffs, &" /*"[HasSpace]); in RewriteMacrosInInput()
|
| /freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 63 RB.InsertTextAfter(B, StartTag); in HighlightRange() 97 RB.InsertTextAfter(i, StartTag); in HighlightRange() 298 RB.InsertTextAfter(FileEnd - FileBeg, "</table>"); in AddLineNumbers() 465 R.InsertTextAfter(EndLoc, "</body></html>\n"); in AddHeaderFooterInternalBuiltinCSS()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | RewriteBuffer.h | 84 void InsertTextAfter(unsigned OrigOffset, StringRef Str) { in InsertTextAfter() function
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 68 MyRewriter.InsertTextAfter(InsertLoc, Buffer); in VisitCXXMethodDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
| H A D | Rewriter.h | 124 bool InsertTextAfter(SourceLocation Loc, StringRef Str) { in InsertTextAfter() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 429 R.InsertTextAfter(SMgr.getLocForEndOfFile(FileIDs[0]), os.str()); in GenerateHTML()
|