Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Doc

2800 static void WriteDocumentation(const DocumentationData &Doc,
2806 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Doc.Attribute);
2809 std::string Heading = Doc.Documentation->getValueAsString("Heading");
2831 PrintFatalError(Doc.Attribute->getLoc(),
2875 PrintFatalError(Doc.Attribute->getLoc(),
2897 if (!Doc.Documentation->isValueUnset("Deprecated")) {
2900 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated");
2908 std::string ContentStr = Doc.Documentation->getValueAsString("Content");
2934 const Record &Doc = *D;
2935 const Record *Category = Doc.getValueAsDef("Category");
2942 PrintFatalError(Doc.getLoc(),
2947 SplitDocs[Category].push_back(DocumentationData(Doc, Attr));
2958 for (const auto &Doc : I.second)
2959 WriteDocumentation(Doc, OS);