Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp30 struct DocumentedGroup;
32 std::vector<DocumentedGroup> Groups;
35 struct DocumentedGroup : Documentation { struct
179 bool isGroupIncluded(const DocumentedGroup &Group, const Record *DocInfo) { in isGroupIncluded()
402 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo, in emitGroup()