Searched refs:InsertText (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h63 /// InsertText - Insert some text at the specified point, where the offset in
66 void InsertText(unsigned OrigOffset, StringRef Str,
73 /// method is the same as InsertText with "InsertAfter == false".
75 InsertText(OrigOffset, Str, false);
82 InsertText(OrigOffset, Str);
H A DRewriter.h109 /// InsertText - Insert the specified string at the specified location in the
115 bool InsertText(SourceLocation Loc, StringRef Str,
122 /// at the some point (the default behavior for InsertText).
124 return InsertText(Loc, Str);
131 /// InsertText - Insert the specified string at the specified location in the
137 return InsertText(Loc, Str, false);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp115 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str, function in class:RewriteBuffer
253 /// InsertText - Insert the specified string at the specified location in the
255 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str, function in class:Rewriter
292 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter);
303 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true);
406 RB.InsertText(offs, indent, /*InsertAfter=*/false);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp239 void InsertText(SourceLocation Loc, StringRef Str, function in class:__anon525::RewriteObjC
242 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
772 InsertText(startLoc, "// ");
844 InsertText(onePastSemiLoc, Getr);
887 InsertText(onePastSemiLoc, Setr);
954 InsertText(LocStart, "#if 0\n");
957 InsertText(LocStart, "// ");
1170 InsertText(IMD ? IMD->getBeginLoc() : CID->getBeginLoc(), "// ");
1200 InsertText(IMD ? IMD->getEndLoc() : CID->getEndLoc(), "// ");
1622 InsertText(endBodyLo
[all...]
H A DRewriteModernObjC.cpp288 void InsertText(SourceLocation Loc, StringRef Str, function in class:__anon522::RewriteModernObjC
291 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
925 InsertText(startLoc, "// ");
996 InsertText(startGetterSetterLoc, Getr);
1039 InsertText(startGetterSetterLoc, Setr);
1113 InsertText(LocStart, "#if 0\n");
1116 InsertText(LocStart, "// ");
1342 InsertText(IMD->getBeginLoc(), "// ");
1346 InsertText(CID->getBeginLoc(), "// ");
1376 InsertText(IM
[all...]
H A DFixItRewriter.cpp68 Rewrite.InsertText(loc, text);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp478 bool err = rewriter.InsertText(loc, text, /*InsertAfter=*/true,
H A DObjCMT.cpp1766 Rewrite.InsertText(loc, text);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1083 rewrite.InsertText(loc, text);

Completed in 291 milliseconds