Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DClangOptionDocEmitter.cpp164 bool hasFlag(const Record *OptionOrGroup, StringRef OptionFlag) { in hasFlag() argument
165 for (const Record *Flag : OptionOrGroup->getValueAsListOfDefs("Flags")) in hasFlag()
171 bool isExcluded(const Record *OptionOrGroup, const Record *DocInfo) { in isExcluded() argument
174 if (hasFlag(OptionOrGroup, Exclusion)) in isExcluded()