Lines Matching defs:InsertText
237 void InsertText(SourceLocation Loc, StringRef Str,
240 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
771 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(endBodyLoc, buf);
1635 InsertText(endBodyLoc, buf);
1761 InsertText(onePastSemiLoc, "}");
1785 InsertText(onePastSemiLoc, "}");
1822 InsertText(startLoc, buf);
1903 InsertText(bodyLoc, buf);
1924 InsertText(startLoc, " if (!_rethrow) objc_exception_try_exit(&_stack);\n");
1926 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n");
1950 InsertText(lastCurlyLoc, " } /* @try scope end */\n");
2106 InsertText(LessLoc, "/*");
2107 InsertText(GreaterLoc, "*/");
2151 InsertText(LessLoc, "/*");
2152 InsertText(GreaterLoc, "*/");
2175 InsertText(LessLoc, "/*");
2176 InsertText(GreaterLoc, "*/");
2312 InsertText(FunLocStart, FdStr);
3162 InsertText(OnePastCurly, Result);
3180 InsertText(atLoc, "// ");
3187 InsertText(atLoc, "/* ");
3191 InsertText(atLoc, " */");
3199 InsertText(LocEnd.getLocWithOffset(1), ";");
3542 InsertText(FunLocStart, SC);
3571 InsertText(FunLocStart, CI);
3575 InsertText(FunLocStart, CF);
3579 InsertText(FunLocStart, HF);
3583 InsertText(FunLocStart, BD);
3602 InsertText(FunLocStart, SC);
4204 InsertText(FunLocStart, ByrefType);
4220 InsertText(FunLocStart, HF);
4299 InsertText(semiLoc, "}");
4623 // InsertText(clang::SourceLocation, char const*, unsigned int).
4624 // InsertText(startLoc, messString);
4739 InsertText(ICE->getSubExpr()->getBeginLoc(), Str);
4894 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false);