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

Overridden By

tools/clang/tools/clang-refactor/ClangRefactor.cpp
  335   void handle(SymbolOccurrences Occurrences) override {
tools/clang/tools/clang-refactor/TestSupport.cpp
  134   void handle(tooling::SymbolOccurrences Occurrences) override {
tools/clang/unittests/Tooling/RefactoringActionRulesTest.cpp
   45     void handle(SymbolOccurrences Occurrences) override {
  182     void handle(SymbolOccurrences Occurrences) override {

References

tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRules.h
   82       Consumer.handle(std::move(*Occurrences));
tools/clang/tools/clang-refactor/TestSupport.cpp
  135     tooling::RefactoringResultConsumer::handle(std::move(Occurrences));
tools/clang/unittests/Tooling/RefactoringActionRulesTest.cpp
   46       RefactoringResultConsumer::handle(std::move(Occurrences));