Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp164 bool hasFlag(const Record *OptionOrGroup, StringRef OptionFlag) { in hasFlag() argument
165 for (const Record *Flag : OptionOrGroup->getValueAsListOfDefs("Flags")) in hasFlag()
171 bool isIncluded(const Record *OptionOrGroup, const Record *DocInfo) { in isIncluded() argument
174 if (hasFlag(OptionOrGroup, Inclusion)) in isIncluded()
194 bool isExcluded(const Record *OptionOrGroup, const Record *DocInfo) { in isExcluded() argument
197 if (hasFlag(OptionOrGroup, Exclusion)) in isExcluded()