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

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

Completed in 33 milliseconds