HomeSort by relevance Sort by last modified time
    Searched defs:InsertTextAfter (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 77 /// InsertTextAfter - Insert some text at the specified point, where the
80 void InsertTextAfter(unsigned OrigOffset, StringRef Str) {
Rewriter.h 97 /// InsertTextAfter - Insert the specified string at the specified location in
102 bool InsertTextAfter(SourceLocation Loc, StringRef Str) {

Completed in 58 milliseconds