Lines Matching refs:InsertText
288 void InsertText(SourceLocation Loc, StringRef Str, in InsertText() function in __anonc09f721f0111::RewriteModernObjC
291 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
926 InsertText(startLoc, "// "); in RewritePropertyImplDecl()
998 InsertText(startGetterSetterLoc, Getr); in RewritePropertyImplDecl()
1041 InsertText(startGetterSetterLoc, Setr); in RewritePropertyImplDecl()
1115 InsertText(LocStart, "#if 0\n"); in RewriteMethodDeclaration()
1118 InsertText(LocStart, "// "); in RewriteMethodDeclaration()
1344 InsertText(IMD->getBeginLoc(), "// "); in RewriteImplementationDecl()
1348 InsertText(CID->getBeginLoc(), "// "); in RewriteImplementationDecl()
1378 InsertText(IMD ? IMD->getEndLoc() : CID->getEndLoc(), "// "); in RewriteImplementationDecl()
1831 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1844 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
2190 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2191 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2239 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2240 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2263 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2264 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2404 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3080 InsertText(Location, LineString); in RewriteLineDirective()
3171 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr()
4329 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4366 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
4370 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
4374 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
4378 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
4399 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4418 InsertText(FunLocStart, globalBuf); in SynthesizeBlockLiterals()
4761 InsertText(IC->getSubExpr()->getBeginLoc(), Str); in RewriteImplicitCastObjCExpr()
5054 InsertText(FunLocStart, ByrefType); in RewriteByRefVar()
5152 InsertText(separatorLoc, lastDecl ? "}" : "};\n"); in RewriteByRefVar()
5658 InsertText(ICE->getSubExpr()->getBeginLoc(), Str); in RewriteFunctionBodyOrGlobalInitializer()
5842 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false); in HandleTranslationUnit()