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

  /external/clang/include/clang/Tooling/
Refactoring.h 136 /// FIXME: Change to a vector and deduplicate in the RefactoringTool.
201 class RefactoringTool : public ClangTool {
204 RefactoringTool(const CompilationDatabase &Compilations,
  /external/clang/lib/Tooling/
Refactoring.cpp 274 RefactoringTool::RefactoringTool(const CompilationDatabase &Compilations,
278 Replacements &RefactoringTool::getReplacements() { return Replace; }
280 int RefactoringTool::runAndSave(FrontendActionFactory *ActionFactory) {
301 bool RefactoringTool::applyAllReplacements(Rewriter &Rewrite) {
305 int RefactoringTool::saveRewrittenFiles(Rewriter &Rewrite) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 35 A convenience function for creating a RefactoringTool for tests.
37 fixers is a list of fixers for the RefactoringTool to use. By default
39 be passed to the RefactoringTool.
46 return refactor.RefactoringTool(fixers, options, explicit=True)
test_refactor.py 48 return refactor.RefactoringTool(fixers, options, explicit)
167 class MyRT(refactor.RefactoringTool):
242 save_func = refactor.RefactoringTool.refactor_file
243 refactor.RefactoringTool.refactor_file = mock_refactor_file
253 refactor.RefactoringTool.refactor_file = save_func
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 35 A convenience function for creating a RefactoringTool for tests.
37 fixers is a list of fixers for the RefactoringTool to use. By default
39 be passed to the RefactoringTool.
46 return refactor.RefactoringTool(fixers, options, explicit=True)
test_refactor.py 48 return refactor.RefactoringTool(fixers, options, explicit)
167 class MyRT(refactor.RefactoringTool):
242 save_func = refactor.RefactoringTool.refactor_file
243 refactor.RefactoringTool.refactor_file = mock_refactor_file
253 refactor.RefactoringTool.refactor_file = save_func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 174 class RefactoringTool(object):
204 self.logger = logging.getLogger("RefactoringTool")
695 class MultiprocessRefactoringTool(RefactoringTool):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 174 class RefactoringTool(object):
204 self.logger = logging.getLogger("RefactoringTool")
695 class MultiprocessRefactoringTool(RefactoringTool):

Completed in 248 milliseconds