Lines Matching refs:InsertText
289 void InsertText(SourceLocation Loc, StringRef Str, in InsertText() function in __anon2abafbd60111::RewriteModernObjC
292 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
927 InsertText(startLoc, "// "); in RewritePropertyImplDecl()
999 InsertText(startGetterSetterLoc, Getr); in RewritePropertyImplDecl()
1042 InsertText(startGetterSetterLoc, Setr); in RewritePropertyImplDecl()
1116 InsertText(LocStart, "#if 0\n"); in RewriteMethodDeclaration()
1119 InsertText(LocStart, "// "); in RewriteMethodDeclaration()
1345 InsertText(IMD->getBeginLoc(), "// "); in RewriteImplementationDecl()
1349 InsertText(CID->getBeginLoc(), "// "); in RewriteImplementationDecl()
1379 InsertText(IMD ? IMD->getEndLoc() : CID->getEndLoc(), "// "); in RewriteImplementationDecl()
1832 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1845 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
2191 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2192 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2240 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2241 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2264 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2265 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2405 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3081 InsertText(Location, LineString); in RewriteLineDirective()
3172 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr()
4332 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4369 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
4373 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
4377 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
4381 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
4402 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4421 InsertText(FunLocStart, globalBuf); in SynthesizeBlockLiterals()
4764 InsertText(IC->getSubExpr()->getBeginLoc(), Str); in RewriteImplicitCastObjCExpr()
5057 InsertText(FunLocStart, ByrefType); in RewriteByRefVar()
5155 InsertText(separatorLoc, lastDecl ? "}" : "};\n"); in RewriteByRefVar()
5661 InsertText(ICE->getSubExpr()->getBeginLoc(), Str); in RewriteFunctionBodyOrGlobalInitializer()
5845 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false); in HandleTranslationUnit()