Searched refs:InsertTextAfter (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteMacros.cpp | 134 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//"); in RewriteMacrosInInput() 140 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//"); in RewriteMacrosInInput() 170 RB.InsertTextAfter(RawOffs, &" /*"[HasSpace]); in RewriteMacrosInInput()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 63 RB.InsertTextAfter(B, StartTag); in HighlightRange() 97 RB.InsertTextAfter(i, StartTag); in HighlightRange() 272 RB.InsertTextAfter(FileEnd - FileBeg, "</table>"); in AddLineNumbers() 420 R.InsertTextAfter(EndLoc, "</body></html>\n"); in AddHeaderFooterInternalBuiltinCSS()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Core/ |
| H A D | RewriteBuffer.h | 82 void InsertTextAfter(unsigned OrigOffset, StringRef Str) { in InsertTextAfter() function
|
| H A D | Rewriter.h | 104 bool InsertTextAfter(SourceLocation Loc, StringRef Str) { in InsertTextAfter() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 322 R.InsertTextAfter(SMgr.getLocForEndOfFile(FileIDs[0]), os.str()); in GenerateHTML()
|