Lines Matching refs:InsertText

239     void InsertText(SourceLocation Loc, StringRef Str,  in InsertText()  function in __anon40098a510111::RewriteObjC
242 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
773 InsertText(startLoc, "// "); in RewritePropertyImplDecl()
846 InsertText(onePastSemiLoc, Getr); in RewritePropertyImplDecl()
889 InsertText(onePastSemiLoc, Setr); in RewritePropertyImplDecl()
956 InsertText(LocStart, "#if 0\n"); in RewriteMethodDeclaration()
959 InsertText(LocStart, "// "); in RewriteMethodDeclaration()
1172 InsertText(IMD ? IMD->getBeginLoc() : CID->getBeginLoc(), "// "); in RewriteImplementationDecl()
1202 InsertText(IMD ? IMD->getEndLoc() : CID->getEndLoc(), "// "); in RewriteImplementationDecl()
1624 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1637 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1763 InsertText(onePastSemiLoc, "}"); in RewriteTryReturnStmts()
1787 InsertText(onePastSemiLoc, "}"); in RewriteSyncReturnStmts()
1824 InsertText(startLoc, buf); in RewriteObjCTryStmt()
1905 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
1926 InsertText(startLoc, " if (!_rethrow) objc_exception_try_exit(&_stack);\n"); in RewriteObjCTryStmt()
1928 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n"); in RewriteObjCTryStmt()
1952 InsertText(lastCurlyLoc, " } /* @try scope end */\n"); in RewriteObjCTryStmt()
2108 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2109 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2153 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2154 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2177 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2178 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2314 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3164 InsertText(OnePastCurly, Result); in RewriteObjCInternalStruct()
3182 InsertText(atLoc, "// "); in RewriteObjCInternalStruct()
3189 InsertText(atLoc, "/* "); in RewriteObjCInternalStruct()
3193 InsertText(atLoc, " */"); in RewriteObjCInternalStruct()
3201 InsertText(LocEnd.getLocWithOffset(1), ";"); in RewriteObjCInternalStruct()
3544 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
3577 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
3581 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
3585 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
3589 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
3610 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4213 InsertText(FunLocStart, ByrefType); in RewriteByRefVar()
4229 InsertText(FunLocStart, HF); in RewriteByRefVar()
4308 InsertText(semiLoc, "}"); in RewriteByRefVar()
4760 InsertText(ICE->getSubExpr()->getBeginLoc(), Str); in RewriteFunctionBodyOrGlobalInitializer()
4915 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false); in HandleTranslationUnit()