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

References

tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRules.h
   78     Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(Context);
   86   virtual Expected<SymbolOccurrences>
tools/clang/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h
   39   virtual void handle(SymbolOccurrences Occurrences) { defaultResultHandler(); }
tools/clang/include/clang/Tooling/Refactoring/Rename/RenamingAction.h
   95 createRenameReplacements(const SymbolOccurrences &Occurrences,
tools/clang/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h
   46 SymbolOccurrences getOccurrencesOfUSRs(ArrayRef<std::string> USRs,
tools/clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp
   45 Expected<SymbolOccurrences>
   81   Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(ND, Context);
  145 createRenameReplacements(const SymbolOccurrences &Occurrences,
  208     SymbolOccurrences Occurrences = tooling::getOccurrencesOfUSRs(
tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
   84   SymbolOccurrences takeOccurrences() { return std::move(Occurrences); }
  105   SymbolOccurrences Occurrences;
  503 SymbolOccurrences getOccurrencesOfUSRs(ArrayRef<std::string> USRs,
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/tools/extra/clangd/refactor/Rename.cpp
  141 tooling::SymbolOccurrences
  149   tooling::SymbolOccurrences Result;
  151     tooling::SymbolOccurrences RenameInDecl =
tools/clang/unittests/Tooling/RefactoringActionRulesTest.cpp
   45     void handle(SymbolOccurrences Occurrences) override {
  178 Optional<SymbolOccurrences> findOccurrences(RefactoringActionRule &Rule,
  182     void handle(SymbolOccurrences Occurrences) override {
  190     Optional<SymbolOccurrences> Result;
  210     Expected<SymbolOccurrences>
  212       SymbolOccurrences Occurrences;
  227   Optional<SymbolOccurrences> Result = findOccurrences(*Rule, RefContext);
  230   SymbolOccurrences Occurrences = std::move(*Result);