Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp5214 class DocumentationData { class
5221 DocumentationData(const Record &Documentation, const Record &Attribute, in DocumentationData() function in clang::DocumentationData
5293 const DocumentationData &Doc, raw_ostream &OS) { in WriteDocumentation()
5369 std::map<const Record *, std::map<uint32_t, DocumentationData>, CategoryLess> in EmitClangAttrDocs()
5372 std::vector<DocumentationData> UndocumentedDocs; in EmitClangAttrDocs()
5407 DocumentationData(Doc, Attr, std::move(HeadingAndSpellings))); in EmitClangAttrDocs()
5429 DocumentationData(Doc, Attr, HeadingAndSpellings)); in EmitClangAttrDocs()
5434 std::map<const Record *, std::vector<DocumentationData>, CategoryLess> in EmitClangAttrDocs()
5439 std::vector<DocumentationData> MD; in EmitClangAttrDocs()
5457 [](const DocumentationData &D1, const DocumentationData &D2) { in EmitClangAttrDocs()