HomeSort by relevance Sort by last modified time
    Searched refs:RefactoringTool (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Tooling/
Refactoring.h 105 /// FIXME: Change to a vector and deduplicate in the RefactoringTool.
121 class RefactoringTool : public ClangTool {
124 RefactoringTool(const CompilationDatabase &Compilations,
  /external/clang/lib/Tooling/
Refactoring.cpp 138 RefactoringTool::RefactoringTool(const CompilationDatabase &Compilations,
142 Replacements &RefactoringTool::getReplacements() { return Replace; }
144 int RefactoringTool::runAndSave(FrontendActionFactory *ActionFactory) {
165 bool RefactoringTool::applyAllReplacements(Rewriter &Rewrite) {
169 int RefactoringTool::saveRewrittenFiles(Rewriter &Rewrite) {

Completed in 121 milliseconds