Lines Matching refs:InsertText

238     void InsertText(SourceLocation Loc, StringRef Str,  in InsertText()  function in __anon6e6e6bfc0111::RewriteObjC
241 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
772 InsertText(startLoc, "// "); in RewritePropertyImplDecl()
843 InsertText(onePastSemiLoc, Getr); in RewritePropertyImplDecl()
885 InsertText(onePastSemiLoc, Setr); in RewritePropertyImplDecl()
952 InsertText(LocStart, "#if 0\n"); in RewriteMethodDeclaration()
955 InsertText(LocStart, "// "); in RewriteMethodDeclaration()
1166 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// "); in RewriteImplementationDecl()
1192 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// "); in RewriteImplementationDecl()
1614 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1627 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1756 InsertText(onePastSemiLoc, "}"); in RewriteTryReturnStmts()
1781 InsertText(onePastSemiLoc, "}"); in RewriteSyncReturnStmts()
1819 InsertText(startLoc, buf); in RewriteObjCTryStmt()
1900 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
1921 InsertText(startLoc, " if (!_rethrow) objc_exception_try_exit(&_stack);\n"); in RewriteObjCTryStmt()
1923 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n"); in RewriteObjCTryStmt()
1947 InsertText(lastCurlyLoc, " } /* @try scope end */\n"); in RewriteObjCTryStmt()
2102 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2103 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2147 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2148 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2171 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2172 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
2309 InsertText(FunLocStart, FdStr); in RewriteBlockLiteralFunctionDecl()
3182 InsertText(OnePastCurly, Result); in RewriteObjCInternalStruct()
3200 InsertText(atLoc, "// "); in RewriteObjCInternalStruct()
3207 InsertText(atLoc, "/* "); in RewriteObjCInternalStruct()
3211 InsertText(atLoc, " */"); in RewriteObjCInternalStruct()
3219 InsertText(LocEnd.getLocWithOffset(1), ";"); in RewriteObjCInternalStruct()
3563 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
3596 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
3600 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
3604 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals()
3608 InsertText(FunLocStart, BD); in SynthesizeBlockLiterals()
3629 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4248 InsertText(FunLocStart, ByrefType); in RewriteByRefVar()
4264 InsertText(FunLocStart, HF); in RewriteByRefVar()
4343 InsertText(semiLoc, "}"); in RewriteByRefVar()
4797 InsertText(ICE->getSubExpr()->getLocStart(), &Str[0], Str.size()); in RewriteFunctionBodyOrGlobalInitializer()
4952 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false); in HandleTranslationUnit()