Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Undocumented

2821       // If the category is "undocumented", then there cannot be any other
2825 bool Undocumented = Cat == "Undocumented";
2826 if (Undocumented && Docs.size() > 1)
2828 "Attribute is \"Undocumented\", but has multiple "
2831 if (!Undocumented)