Lines Matching defs:InsertText
288 void InsertText(SourceLocation Loc, StringRef Str,
291 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
926 InsertText(startLoc, "// ");
998 InsertText(startGetterSetterLoc, Getr);
1041 InsertText(startGetterSetterLoc, Setr);
1115 InsertText(LocStart, "#if 0\n");
1118 InsertText(LocStart, "// ");
1344 InsertText(IMD->getBeginLoc(), "// ");
1348 InsertText(CID->getBeginLoc(), "// ");
1378 InsertText(IMD ? IMD->getEndLoc() : CID->getEndLoc(), "// ");
1831 InsertText(endBodyLoc, buf);
1844 InsertText(endBodyLoc, buf);
2190 InsertText(LessLoc, "/*");
2191 InsertText(GreaterLoc, "*/");
2239 InsertText(LessLoc, "/*");
2240 InsertText(GreaterLoc, "*/");
2263 InsertText(LessLoc, "/*");
2264 InsertText(GreaterLoc, "*/");
2404 InsertText(FunLocStart, FdStr);
3080 InsertText(Location, LineString);
3171 InsertText(FunLocStart, str);
4329 InsertText(FunLocStart, SC);
4366 InsertText(FunLocStart, CI);
4370 InsertText(FunLocStart, CF);
4374 InsertText(FunLocStart, HF);
4378 InsertText(FunLocStart, BD);
4399 InsertText(FunLocStart, SC);
4418 InsertText(FunLocStart, globalBuf);
4761 InsertText(IC->getSubExpr()->getBeginLoc(), Str);
5054 InsertText(FunLocStart, ByrefType);
5152 InsertText(separatorLoc, lastDecl ? "}" : "};\n");
5531 // InsertText(clang::SourceLocation, char const*, unsigned int).
5532 // InsertText(startLoc, messString);
5658 InsertText(ICE->getSubExpr()->getBeginLoc(), Str);
5842 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false);