Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp179 bool isGroupIncluded(const DocumentedGroup &Group, const Record *DocInfo) { in isGroupIncluded() function
188 if (isGroupIncluded(G, DocInfo)) in isGroupIncluded()
407 if (DocInfo->getValue("IncludedFlags") && !isGroupIncluded(Group, DocInfo)) in emitGroup()