Lines Matching defs:InsertText
287 void InsertText(SourceLocation Loc, StringRef Str,
290 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
925 InsertText(startLoc, "// ");
997 InsertText(startGetterSetterLoc, Getr);
1040 InsertText(startGetterSetterLoc, Setr);
1114 InsertText(LocStart, "#if 0\n");
1117 InsertText(LocStart, "// ");
1343 InsertText(IMD->getBeginLoc(), "// ");
1347 InsertText(CID->getBeginLoc(), "// ");
1377 InsertText(IMD ? IMD->getEndLoc() : CID->getEndLoc(), "// ");
1830 InsertText(endBodyLoc, buf);
1843 InsertText(endBodyLoc, buf);
2189 InsertText(LessLoc, "/*");
2190 InsertText(GreaterLoc, "*/");
2238 InsertText(LessLoc, "/*");
2239 InsertText(GreaterLoc, "*/");
2262 InsertText(LessLoc, "/*");
2263 InsertText(GreaterLoc, "*/");
2403 InsertText(FunLocStart, FdStr);
3079 InsertText(Location, LineString);
3170 InsertText(FunLocStart, str);
4321 InsertText(FunLocStart, SC);
4352 InsertText(FunLocStart, CI);
4356 InsertText(FunLocStart, CF);
4360 InsertText(FunLocStart, HF);
4364 InsertText(FunLocStart, BD);
4383 InsertText(FunLocStart, SC);
4402 InsertText(FunLocStart, globalBuf);
4745 InsertText(IC->getSubExpr()->getBeginLoc(), Str);
5038 InsertText(FunLocStart, ByrefType);
5136 InsertText(separatorLoc, lastDecl ? "}" : "};\n");
5497 // InsertText(clang::SourceLocation, char const*, unsigned int).
5498 // InsertText(startLoc, messString);
5624 InsertText(ICE->getSubExpr()->getBeginLoc(), Str);
5808 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false);