Home
last modified time | relevance | path

Searched defs:Occurrences (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/structopt/tests/
Dcustom-string-parsers.rs166 struct Occurrences { struct
186 Occurrences { in test_parser_occurrences() argument
/external/llvm-project/clang/unittests/Tooling/
DRefactoringActionRulesTest.cpp45 void handle(SymbolOccurrences Occurrences) override { in createReplacements()
182 void handle(SymbolOccurrences Occurrences) override { in findOccurrences()
212 SymbolOccurrences Occurrences; in TEST_F() local
230 SymbolOccurrences Occurrences = std::move(*Result); in TEST_F() local
/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DRefactoringResultConsumer.h39 virtual void handle(SymbolOccurrences Occurrences) { defaultResultHandler(); } in handle()
DRefactoringActionRules.h78 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(Context); in invoke() local
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DRenamingAction.cpp81 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(ND, Context); in createSourceReplacements() local
145 createRenameReplacements(const SymbolOccurrences &Occurrences, in createRenameReplacements()
209 SymbolOccurrences Occurrences = tooling::getOccurrencesOfUSRs( in HandleOneRename() local
DUSRLocFinder.cpp106 SymbolOccurrences Occurrences; member in clang::tooling::__anon9a2f97760111::USRLocFindingASTVisitor
/external/llvm-project/clang/tools/clang-refactor/
DTestSupport.cpp135 void handle(tooling::SymbolOccurrences Occurrences) override { in handle()
DClangRefactor.cpp335 void handle(SymbolOccurrences Occurrences) override { in handle()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h274 uint16_t Occurrences : 3; // enum NumOccurrencesFlag variable
/external/llvm-project/llvm/include/llvm/Support/
DCommandLine.h266 uint16_t Occurrences : 3; // enum NumOccurrencesFlag variable
/external/llvm/include/llvm/Support/
DCommandLine.h239 unsigned Occurrences : 3; // enum NumOccurrencesFlag variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h245 unsigned Occurrences : 3; // enum NumOccurrencesFlag variable
/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp704 std::vector<Range> Occurrences, in buildRenameEdit()