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/
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
79
///
InsertTextAfter
- Insert some text at the specified point, where the
82
void
InsertTextAfter
(unsigned OrigOffset, llvm::StringRef Str) {
192
///
InsertTextAfter
- Insert the specified string at the specified location in
197
bool
InsertTextAfter
(SourceLocation Loc, llvm::StringRef Str) {
Completed in 28 milliseconds