Searched defs:applyAllReplacements (Results 1 – 4 of 4) sorted by relevance
221 bool applyAllReplacements(const Replacements &Replaces, Rewriter &Rewrite) { in applyAllReplacements() function237 bool applyAllReplacements(const std::vector<Replacement> &Replaces, in applyAllReplacements() function252 llvm::Expected<std::string> applyAllReplacements(StringRef Code, in applyAllReplacements() function
57 bool RefactoringTool::applyAllReplacements(Rewriter &Rewrite) { in applyAllReplacements() function in clang::tooling::RefactoringTool
567 bool applyAllReplacements(const Replacements &Replaces, Rewriter &Rewrite) { in applyAllReplacements() function579 llvm::Expected<std::string> applyAllReplacements(StringRef Code, in applyAllReplacements() function