Lines Matching refs:InsertText

289     void InsertText(SourceLocation Loc, StringRef Str,  in InsertText()  function in __anoneeab31c10111::RewriteModernObjC
292 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
935 InsertText(startLoc, "// "); in RewritePropertyImplDecl()
1007 InsertText(startGetterSetterLoc, Getr); in RewritePropertyImplDecl()
1050 InsertText(startGetterSetterLoc, Setr); in RewritePropertyImplDecl()
1124 InsertText(LocStart, "#if 0\n"); in RewriteMethodDeclaration()
1127 InsertText(LocStart, "// "); in RewriteMethodDeclaration()
1367 InsertText(IMD->getLocStart(), "// "); in RewriteImplementationDecl()
1371 InsertText(CID->getLocStart(), "// "); in RewriteImplementationDecl()
1397 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// "); in RewriteImplementationDecl()
1850 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1863 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
2210 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2211 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2259 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2260 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2283 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2284 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2424 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3118 InsertText(Location, LineString); in RewriteLineDirective()
3212 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr()
4423 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4460 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
4464 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
4468 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
4472 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
4493 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4512 InsertText(FunLocStart, globalBuf); in SynthesizeBlockLiterals()
4868 InsertText(IC->getSubExpr()->getLocStart(), &Str[0], Str.size()); in RewriteImplicitCastObjCExpr()
5167 InsertText(FunLocStart, ByrefType); in RewriteByRefVar()
5265 InsertText(separatorLoc, lastDecl ? "}" : "};\n"); in RewriteByRefVar()
5774 InsertText(ICE->getSubExpr()->getLocStart(), &Str[0], Str.size()); in RewriteFunctionBodyOrGlobalInitializer()
5958 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false); in HandleTranslationUnit()