Searched refs:InsertText (Results 1 – 6 of 6) sorted by relevance
/freebsd/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/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 288 void InsertText(SourceLocation Loc, StringRef Str, in InsertText() function in __anonc09f721f0111::RewriteModernObjC 291 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText() 926 InsertText(startLoc, "// "); in RewritePropertyImplDecl() 998 InsertText(startGetterSetterLoc, Getr); in RewritePropertyImplDecl() 1041 InsertText(startGetterSetterLoc, Setr); in RewritePropertyImplDecl() 1115 InsertText(LocStart, "#if 0\n"); in RewriteMethodDeclaration() 1118 InsertText(LocStart, "// "); in RewriteMethodDeclaration() 1344 InsertText(IMD->getBeginLoc(), "// "); in RewriteImplementationDecl() 1348 InsertText(CID->getBeginLoc(), "// "); in RewriteImplementationDecl() 1378 InsertText(IMD ? IMD->getEndLoc() : CID->getEndLoc(), "// "); in RewriteImplementationDecl() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 479 bool err = rewriter.InsertText(loc, text, /*InsertAfter=*/true, in insert()
|
H A D | ObjCMT.cpp | 1750 Rewrite.InsertText(loc, text); in insert()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 1241 rewrite.InsertText(loc, text); in RewriteExpression()
|