Searched refs:Occurrences (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRules.h78 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(Context); variable
79 if (!Occurrences)
80 Consumer.handleError(Occurrences.takeError());
82 Consumer.handle(std::move(*Occurrences));
H A DRefactoringResultConsumer.h39 virtual void handle(SymbolOccurrences Occurrences) { defaultResultHandler(); } argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp81 Expected<SymbolOccurrences> Occurrences = findSymbolOccurrences(ND, Context); local
82 if (!Occurrences)
83 return Occurrences.takeError();
87 *Occurrences, Context.getASTContext().getSourceManager(), Name);
145 createRenameReplacements(const SymbolOccurrences &Occurrences, argument
149 for (const auto &Occurrence : Occurrences) {
209 SymbolOccurrences Occurrences = tooling::getOccurrencesOfUSRs( local
212 for (const auto &Occurrence : Occurrences) {
224 createRenameReplacements(Occurrences, SourceMgr, NewNameRef);
H A DUSRLocFinder.cpp85 SymbolOccurrences takeOccurrences() { return std::move(Occurrences); }
100 Occurrences.emplace_back(PrevName, SymbolOccurrence::MatchingSymbol,
106 SymbolOccurrences Occurrences; member in class:clang::tooling::__anon2409::USRLocFindingASTVisitor
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h95 createRenameReplacements(const SymbolOccurrences &Occurrences,
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser48 Blank lines and lines beginning with '#' are ignored. Occurrences of
50 Occurrences of $LHS in the right hand side are replaced by the address on
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h271 // Occurrences, HiddenFlag, and Formatting are all enum types but to avoid
273 uint16_t Occurrences : 3; // enum NumOccurrencesFlag
293 return (enum NumOccurrencesFlag)Occurrences;
334 void setNumOccurrencesFlag(enum NumOccurrencesFlag Val) { Occurrences = Val; }
346 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0),

Completed in 80 milliseconds