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

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 69 /// A type of refactoring action rule that finds a set of symbol occurrences
73 /// users to specify the new name and the set of selected occurrences during
79 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(Context);
80 if (!Occurrences)
81 Consumer.handleError(Occurrences.takeError());
83 Consumer.handle(std::move(*Occurrences));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 69 /// A type of refactoring action rule that finds a set of symbol occurrences
73 /// users to specify the new name and the set of selected occurrences during
79 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(Context);
80 if (!Occurrences)
81 Consumer.handleError(Occurrences.takeError());
83 Consumer.handle(std::move(*Occurrences));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 69 /// A type of refactoring action rule that finds a set of symbol occurrences
73 /// users to specify the new name and the set of selected occurrences during
79 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(Context);
80 if (!Occurrences)
81 Consumer.handleError(Occurrences.takeError());
83 Consumer.handle(std::move(*Occurrences));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 69 /// A type of refactoring action rule that finds a set of symbol occurrences
73 /// users to specify the new name and the set of selected occurrences during
79 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(Context);
80 if (!Occurrences)
81 Consumer.handleError(Occurrences.takeError());
83 Consumer.handle(std::move(*Occurrences));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 69 /// A type of refactoring action rule that finds a set of symbol occurrences
73 /// users to specify the new name and the set of selected occurrences during
79 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(Context);
80 if (!Occurrences)
81 Consumer.handleError(Occurrences.takeError());
83 Consumer.handle(std::move(*Occurrences));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 69 /// A type of refactoring action rule that finds a set of symbol occurrences
73 /// users to specify the new name and the set of selected occurrences during
79 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(Context);
80 if (!Occurrences)
81 Consumer.handleError(Occurrences.takeError());
83 Consumer.handle(std::move(*Occurrences));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 69 /// A type of refactoring action rule that finds a set of symbol occurrences
73 /// users to specify the new name and the set of selected occurrences during
79 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(Context);
80 if (!Occurrences)
81 Consumer.handleError(Occurrences.takeError());
83 Consumer.handle(std::move(*Occurrences));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 69 /// A type of refactoring action rule that finds a set of symbol occurrences
73 /// users to specify the new name and the set of selected occurrences during
79 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(Context);
80 if (!Occurrences)
81 Consumer.handleError(Occurrences.takeError());
83 Consumer.handle(std::move(*Occurrences));

Completed in 150 milliseconds