Searched refs:Occurrences (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | RenamingAction.cpp | 81 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(ND, Context); in createSourceReplacements() local 82 if (!Occurrences) in createSourceReplacements() 83 return Occurrences.takeError(); in createSourceReplacements() 87 *Occurrences, Context.getASTContext().getSourceManager(), Name); in createSourceReplacements() 145 createRenameReplacements(const SymbolOccurrences &Occurrences, in createRenameReplacements() argument 149 for (const auto &Occurrence : Occurrences) { in createRenameReplacements() 209 SymbolOccurrences Occurrences = tooling::getOccurrencesOfUSRs( in HandleOneRename() local 212 for (const auto &Occurrence : Occurrences) { in HandleOneRename() 224 createRenameReplacements(Occurrences, SourceMgr, NewNameRef); in HandleOneRename()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRules.h | 78 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(Context); in invoke() local 79 if (!Occurrences) in invoke() 80 Consumer.handleError(Occurrences.takeError()); in invoke() 82 Consumer.handle(std::move(*Occurrences)); in invoke()
|
H A D | RefactoringResultConsumer.h | 39 virtual void handle(SymbolOccurrences Occurrences) { defaultResultHandler(); } in handle() argument
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
H A D | RenamingAction.h | 94 createRenameReplacements(const SymbolOccurrences &Occurrences,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 270 uint16_t Occurrences : 3; // enum NumOccurrencesFlag variable 290 return (enum NumOccurrencesFlag)Occurrences; in getNumOccurrencesFlag() 325 void setNumOccurrencesFlag(enum NumOccurrencesFlag Val) { Occurrences = Val; } in setNumOccurrencesFlag() 337 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 2580 Frederick R. Carlson, Jr. Detection of Combined Occurrences . . . 31--36 (or 31--35??) 2602 David I. Steinberg Occurrences of Cycling and Other
|
H A D | funstack.in | 19595 title = "Detection of Combined Occurrences", 19778 …title = "Occurrences of Cycling and Other Phenomena Arising in a Class of Linear Programmin…
|