OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsertTextAfter
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Rewrite/Frontend/
RewriteMacros.cpp
134
RB.
InsertTextAfter
(SM.getFileOffset(RawTok.getLocation()), "//");
140
RB.
InsertTextAfter
(SM.getFileOffset(RawTok.getLocation()), "//");
170
RB.
InsertTextAfter
(RawOffs, &" /*"[HasSpace]);
/external/clang/include/clang/Rewrite/Core/
Rewriter.h
79
///
InsertTextAfter
- Insert some text at the specified point, where the
82
void
InsertTextAfter
(unsigned OrigOffset, StringRef Str) {
193
///
InsertTextAfter
- Insert the specified string at the specified location in
198
bool
InsertTextAfter
(SourceLocation Loc, StringRef Str) {
/external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp
61
RB.
InsertTextAfter
(B, StartTag);
95
RB.
InsertTextAfter
(i, StartTag);
267
RB.
InsertTextAfter
(FileEnd - FileBeg, "</table>");
350
R.
InsertTextAfter
(EndLoc, "</body></html>\n");
Completed in 190 milliseconds