Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:InsertText

244     void InsertText(SourceLocation Loc, StringRef Str,
247 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
768 InsertText(startLoc, "// ");
838 InsertText(onePastSemiLoc, Getr);
880 InsertText(onePastSemiLoc, Setr);
948 InsertText(LocStart, "#if 0\n");
951 InsertText(LocStart, "// ");
1175 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1213 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// ");
1640 InsertText(endBodyLoc, buf);
1653 InsertText(endBodyLoc, buf);
1782 InsertText(onePastSemiLoc, "}");
1807 InsertText(onePastSemiLoc, "}");
1845 InsertText(startLoc, buf);
1926 InsertText(bodyLoc, buf);
1947 InsertText(startLoc, " if (!_rethrow) objc_exception_try_exit(&_stack);\n");
1949 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n");
1973 InsertText(lastCurlyLoc, " } /* @try scope end */\n");
2135 InsertText(LessLoc, "/*");
2136 InsertText(GreaterLoc, "*/");
2180 InsertText(LessLoc, "/*");
2181 InsertText(GreaterLoc, "*/");
2204 InsertText(LessLoc, "/*");
2205 InsertText(GreaterLoc, "*/");
2343 InsertText(FunLocStart, FdStr);
3238 InsertText(OnePastCurly, Result);
3256 InsertText(atLoc, "// ");
3263 InsertText(atLoc, "/* ");
3267 InsertText(atLoc, " */");
3275 InsertText(LocEnd.getLocWithOffset(1), ";");
3623 InsertText(FunLocStart, SC);
3656 InsertText(FunLocStart, CI);
3660 InsertText(FunLocStart, CF);
3664 InsertText(FunLocStart, HF);
3668 InsertText(FunLocStart, BD);
3689 InsertText(FunLocStart, SC);
4320 InsertText(FunLocStart, ByrefType);
4336 InsertText(FunLocStart, HF);
4415 InsertText(semiLoc, "}");
4754 // InsertText(clang::SourceLocation, char const*, unsigned int).
4755 // InsertText(startLoc, messString.c_str(), messString.size());
4872 InsertText(ICE->getSubExpr()->getLocStart(), &Str[0], Str.size());
5030 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false);