Home | History | Annotate | Download | only in Frontend

Lines Matching defs:InsertText

247     void InsertText(SourceLocation Loc, StringRef Str,
250 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
781 InsertText(startLoc, "// ");
852 InsertText(onePastSemiLoc, Getr);
894 InsertText(onePastSemiLoc, Setr);
961 InsertText(LocStart, "#if 0\n");
964 InsertText(LocStart, "// ");
1175 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1201 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// ");
1623 InsertText(endBodyLoc, buf);
1636 InsertText(endBodyLoc, buf);
1765 InsertText(onePastSemiLoc, "}");
1790 InsertText(onePastSemiLoc, "}");
1828 InsertText(startLoc, buf);
1909 InsertText(bodyLoc, buf);
1930 InsertText(startLoc, " if (!_rethrow) objc_exception_try_exit(&_stack);\n");
1932 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n");
1956 InsertText(lastCurlyLoc, " } /* @try scope end */\n");
2111 InsertText(LessLoc, "/*");
2112 InsertText(GreaterLoc, "*/");
2156 InsertText(LessLoc, "/*");
2157 InsertText(GreaterLoc, "*/");
2180 InsertText(LessLoc, "/*");
2181 InsertText(GreaterLoc, "*/");
2318 InsertText(FunLocStart, FdStr);
3191 InsertText(OnePastCurly, Result);
3209 InsertText(atLoc, "// ");
3216 InsertText(atLoc, "/* ");
3220 InsertText(atLoc, " */");
3228 InsertText(LocEnd.getLocWithOffset(1), ";");
3576 InsertText(FunLocStart, SC);
3609 InsertText(FunLocStart, CI);
3613 InsertText(FunLocStart, CF);
3617 InsertText(FunLocStart, HF);
3621 InsertText(FunLocStart, BD);
3642 InsertText(FunLocStart, SC);
4267 InsertText(FunLocStart, ByrefType);
4283 InsertText(FunLocStart, HF);
4362 InsertText(semiLoc, "}");
4700 // InsertText(clang::SourceLocation, char const*, unsigned int).
4701 // InsertText(startLoc, messString.c_str(), messString.size());
4816 InsertText(ICE->getSubExpr()->getLocStart(), &Str[0], Str.size());
4972 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false);