Searched refs:InsertText (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
| H A D | RewriteBuffer.h | 66 void InsertText(unsigned OrigOffset, StringRef Str, 75 InsertText(OrigOffset, Str, false); in InsertTextBefore() 82 InsertText(OrigOffset, Str); in InsertTextAfter()
|
| H A D | Rewriter.h | 115 bool InsertText(SourceLocation Loc, StringRef Str, 124 return InsertText(Loc, Str); in InsertTextAfter() 137 return InsertText(Loc, Str, false); in InsertTextBefore()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 115 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str, in InsertText() function in RewriteBuffer 255 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str, in InsertText() function in Rewriter 292 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter); in InsertText() 303 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true); in InsertTextAfterToken() 406 RB.InsertText(offs, indent, /*InsertAfter=*/false); in IncreaseIndentation()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 773 InsertText(startLoc, "// "); in RewritePropertyImplDecl() 959 InsertText(LocStart, "// "); in RewriteMethodDeclaration() 1624 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt() 1637 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt() 1824 InsertText(startLoc, buf); in RewriteObjCTryStmt() 1905 InsertText(bodyLoc, buf); in RewriteObjCTryStmt() 2108 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 2153 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 3544 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals() 3577 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals() [all …]
|
| H A D | RewriteModernObjC.cpp | 926 InsertText(startLoc, "// "); in RewritePropertyImplDecl() 1118 InsertText(LocStart, "// "); in RewriteMethodDeclaration() 1831 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt() 1844 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt() 2190 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 2239 InsertText(LessLoc, "/*"); in RewriteObjCQualifiedInterfaceTypes() 3171 InsertText(FunLocStart, str); in SynthMsgSendStretCallExpr() 4331 InsertText(FunLocStart, SC); in SynthesizeBlockLiterals() 4368 InsertText(FunLocStart, CI); in SynthesizeBlockLiterals() 4372 InsertText(FunLocStart, CF); in SynthesizeBlockLiterals() [all …]
|
| H A D | FixItRewriter.cpp | 68 Rewrite.InsertText(loc, text); in insert()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 481 bool err = rewriter.InsertText(loc, text, /*InsertAfter=*/true, in insert()
|
| H A D | ObjCMT.cpp | 1756 Rewrite.InsertText(loc, text); in insert()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1263 rewrite.InsertText(loc, text); in RewriteExpression()
|