Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Category

2680   // FIXME: there is no way to have a per-spelling category for the attribute
2682 // should generally be consistently applied across the category.
2812 // category provided.
2820 const Record *Category = Doc.getValueAsDef("Category");
2821 // If the category is "undocumented", then there cannot be any other
2824 std::string Cat = Category->getValueAsString("Name");
2832 SplitDocs[Category].push_back(DocumentationData(Doc, Attr));
2841 // Walk over each of the attributes in the category and write out their