Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:InsertText

227     void InsertText(SourceLocation Loc, StringRef Str,
230 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
807 InsertText(startLoc, "// ");
877 InsertText(onePastSemiLoc, Getr);
919 InsertText(onePastSemiLoc, Setr);
989 InsertText(LocStart, "#if 0\n");
992 InsertText(LocStart, "// ");
1208 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1246 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// ");
1797 InsertText(endBodyLoc, buf);
1810 InsertText(endBodyLoc, buf);
1939 InsertText(onePastSemiLoc, "}");
1964 InsertText(onePastSemiLoc, "}");
2002 InsertText(startLoc, buf);
2083 InsertText(bodyLoc, buf);
2104 InsertText(startLoc, " if (!_rethrow) objc_exception_try_exit(&_stack);\n");
2106 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n");
2130 InsertText(lastCurlyLoc, " } /* @try scope end */\n");
2292 InsertText(LessLoc, "/*");
2293 InsertText(GreaterLoc, "*/");
2337 InsertText(LessLoc, "/*");
2338 InsertText(GreaterLoc, "*/");
2361 InsertText(LessLoc, "/*");
2362 InsertText(GreaterLoc, "*/");
2500 InsertText(FunLocStart, FdStr);
3392 InsertText(OnePastCurly, Result);
3410 InsertText(atLoc, "// ");
3417 InsertText(atLoc, "/* ");
3421 InsertText(atLoc, " */");
3429 InsertText(LocEnd.getLocWithOffset(1), ";");
4533 InsertText(FunLocStart, SC);
4566 InsertText(FunLocStart, CI);
4570 InsertText(FunLocStart, CF);
4574 InsertText(FunLocStart, HF);
4578 InsertText(FunLocStart, BD);
4599 InsertText(FunLocStart, SC);
5240 InsertText(FunLocStart, ByrefType);
5256 InsertText(FunLocStart, HF);
5335 InsertText(semiLoc, "}");
5774 // InsertText(clang::SourceLocation, char const*, unsigned int).
5775 // InsertText(startLoc, messString.c_str(), messString.size());
5896 InsertText(ICE->getSubExpr()->getLocStart(), &Str[0], Str.size());
6038 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false);