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

/freebsd-11-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-11-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) {
208 SymbolOccurrences Occurrences = tooling::getOccurrencesOfUSRs( local
211 for (const auto &Occurrence : Occurrences) {
223 createRenameReplacements(Occurrences, SourceMgr, NewNameRef);
H A DUSRLocFinder.cpp84 SymbolOccurrences takeOccurrences() { return std::move(Occurrences); }
99 Occurrences.emplace_back(PrevName, SymbolOccurrence::MatchingSymbol,
105 SymbolOccurrences Occurrences; member in class:clang::tooling::__anon1073::USRLocFindingASTVisitor
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h95 createRenameReplacements(const SymbolOccurrences &Occurrences,
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h272 // Occurrences, HiddenFlag, and Formatting are all enum types but to avoid
274 uint16_t Occurrences : 3; // enum NumOccurrencesFlag
294 return (enum NumOccurrencesFlag)Occurrences;
335 void setNumOccurrencesFlag(enum NumOccurrencesFlag Val) { Occurrences = Val; }
347 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0),

Completed in 360 milliseconds