Searched defs:applyAllReplacements (Results 1 – 2 of 2) sorted by relevance
57 bool RefactoringTool::applyAllReplacements(Rewriter &Rewrite) { in applyAllReplacements() function in clang::tooling::RefactoringTool
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