Home
last modified time | relevance | path

Searched refs:InsertText (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h67 void InsertText(unsigned OrigOffset, StringRef Str,
76 InsertText(OrigOffset, Str, false); in InsertTextBefore()
83 InsertText(OrigOffset, Str); in InsertTextAfter()
H A DRewriter.h96 bool InsertText(SourceLocation Loc, StringRef Str,
105 return InsertText(Loc, Str); in InsertTextAfter()
118 return InsertText(Loc, Str, false); in InsertTextBefore()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/
H A DRewriter.cpp105 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str, in InsertText() function in RewriteBuffer
242 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str, in InsertText() function in Rewriter
279 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter); in InsertText()
290 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true); in InsertTextAfterToken()
393 RB.InsertText(offs, indent, /*InsertAfter=*/false); in IncreaseIndentation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp773 InsertText(startLoc, "// "); in RewritePropertyImplDecl()
956 InsertText(LocStart, "// "); in RewriteMethodDeclaration()
1616 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1629 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1816 InsertText(startLoc, buf); in RewriteObjCTryStmt()
1897 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
2099 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2144 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
3543 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
3576 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
[all …]
H A DRewriteModernObjC.cpp928 InsertText(startLoc, "// "); in RewritePropertyImplDecl()
1119 InsertText(LocStart, "// "); in RewriteMethodDeclaration()
1827 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1840 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
2186 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
2235 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes()
3165 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr()
4334 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals()
4371 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals()
4375 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals()
[all …]
H A DFixItRewriter.cpp69 Rewrite.InsertText(loc, text); in insert()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp479 bool err = rewriter.InsertText(loc, text, /*InsertAfter=*/true, in insert()
H A DObjCMT.cpp1758 Rewrite.InsertText(loc, text); in insert()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp971 rewrite.InsertText(loc, text); in RewriteExpression()