Searched defs:InsertTextAfter (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h79 /// InsertTextAfter - Insert some text at the specified point, where the
82 void InsertTextAfter(unsigned OrigOffset, StringRef Str) { function in class:clang::RewriteBuffer
193 /// InsertTextAfter - Insert the specified string at the specified location in
198 bool InsertTextAfter(SourceLocation Loc, StringRef Str) { function in class:clang::Rewriter

Completed in 460 milliseconds