reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/tools/clang-refactor/ClangRefactor.cpp
  318   void handleError(llvm::Error Err) override {
tools/clang/tools/clang-refactor/TestSupport.cpp
  128   void handleError(llvm::Error Err) override { handleResult(std::move(Err)); }
tools/clang/unittests/Tooling/RefactoringActionRulesTest.cpp
   40     void handleError(llvm::Error Err) override { Result = std::move(Err); }
  181     void handleError(llvm::Error) override {}

References

tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRules.h
   58       Consumer.handleError(Changes.takeError());
   80       Consumer.handleError(Occurrences.takeError());
tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h
   56     return Consumer.handleError(std::move(Err));
   62     return Consumer.handleError(Rule.takeError());
tools/clang/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h
   43     handleError(llvm::make_error<llvm::StringError>(