HomeSort by: relevance | last modified time | path
    Searched defs:InsertText (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Rewrite/
Rewriter.cpp 115 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str,
253 /// InsertText - Insert the specified string at the specified location in the
255 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str,
292 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter);
303 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true);
406 RB.InsertText(offs, indent, /*InsertAfter=*/false);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 288 void InsertText(SourceLocation Loc, StringRef Str,
291 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
926 InsertText(startLoc, "// ");
998 InsertText(startGetterSetterLoc, Getr);
1041 InsertText(startGetterSetterLoc, Setr);
1115 InsertText(LocStart, "#if 0\n");
1118 InsertText(LocStart, "// ");
1344 InsertText(IMD->getBeginLoc(), "// ");
1348 InsertText(CID->getBeginLoc(), "// ");
1378 InsertText(IMD ? IMD->getEndLoc() : CID->getEndLoc(), "// ")
    [all...]
RewriteObjC.cpp 239 void InsertText(SourceLocation Loc, StringRef Str,
242 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
773 InsertText(startLoc, "// ");
846 InsertText(onePastSemiLoc, Getr);
889 InsertText(onePastSemiLoc, Setr);
956 InsertText(LocStart, "#if 0\n");
959 InsertText(LocStart, "// ");
1172 InsertText(IMD ? IMD->getBeginLoc() : CID->getBeginLoc(), "// ");
1202 InsertText(IMD ? IMD->getEndLoc() : CID->getEndLoc(), "// ");
1624 InsertText(endBodyLoc, buf)
    [all...]

Completed in 84 milliseconds