Home
last modified time | relevance | path

Searched refs:getOptionsCollector (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyCheck.cpp56 if (Context->getOptionsCollector()) in get()
57 Context->getOptionsCollector()->insert((NamePrefix + LocalName).str()); in get()
86 Context->getOptionsCollector()); in getLocalOrGlobal()
120 Context->getOptionsCollector()); in getLocalOrGlobal()
151 if (!CheckGlobal && Context->getOptionsCollector()) in getEnumInt()
152 Context->getOptionsCollector()->insert((NamePrefix + LocalName).str()); in getEnumInt()
155 Context->getOptionsCollector()) in getEnumInt()
H A DClangTidyDiagnosticConsumer.h208 llvm::StringSet<> *getOptionsCollector() const { return OptionsCollector; } in getOptionsCollector() function