Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Category

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