Home
last modified time | relevance | path

Searched refs:applyAllReplacements (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoring.cpp48 if (!applyAllReplacements(Rewrite)) { in runAndSave()
55 bool RefactoringTool::applyAllReplacements(Rewriter &Rewrite) { in applyAllReplacements() function in clang::tooling::RefactoringTool
59 Result = tooling::applyAllReplacements(Entry.second, Rewrite) && Result; in applyAllReplacements()
95 Result = applyAllReplacements(*NewReplacements, Rewrite) && Result; in formatAndApplyAllReplacements()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoring.h64 bool applyAllReplacements(Rewriter &Rewrite);
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h322 bool applyAllReplacements(const Replacements &Replaces, Rewriter &Rewrite);
331 llvm::Expected<std::string> applyAllReplacements(StringRef Code,
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp335 applyAllReplacements(Code, AllReplaces); in applyAtomicChanges()
345 ChangedCode = applyAllReplacements(*ChangedCode, HeaderSortingReplacements); in applyAtomicChanges()
358 ChangedCode = applyAllReplacements(*ChangedCode, FormatReplacements); in applyAtomicChanges()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp122 if (!applyAllReplacements(Repls, Rewrite)) { in FlushDiagnosticsImpl()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp567 bool applyAllReplacements(const Replacements &Replaces, Rewriter &Rewrite) { in applyAllReplacements() function
579 llvm::Expected<std::string> applyAllReplacements(StringRef Code, in applyAllReplacements() function
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp496 auto ChangedCode = tooling::applyAllReplacements(Code->getBuffer(), Replaces); in format()
527 tooling::applyAllReplacements(Replaces, Rewrite); in format()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp603 auto FormattedStringDecl = applyAllReplacements(StringDecl, Replaces); in formatTextOfDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3659 auto NewCode = applyAllReplacements(Code, Replaces); in processReplacements()
3845 if (applyAllReplacements(Code, Replaces)) in reformat()
3957 auto NewCode = applyAllReplacements( in reformat()
H A DContinuationIndenter.cpp2264 auto NewCode = applyAllReplacements(RawText, Fixes.first); in reformatRawStringLiteral()