Home
last modified time | relevance | path

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

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