Lines Matching defs:Doc
2678 static void WriteDocumentation(const DocumentationData &Doc,
2684 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Doc.Attribute);
2687 std::string Heading = Doc.Documentation->getValueAsString("Heading");
2709 PrintFatalError(Doc.Attribute->getLoc(),
2753 PrintFatalError(Doc.Attribute->getLoc(),
2775 if (!Doc.Documentation->isValueUnset("Deprecated")) {
2778 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated");
2786 std::string ContentStr = Doc.Documentation->getValueAsString("Content");
2819 const Record &Doc = *D;
2820 const Record *Category = Doc.getValueAsDef("Category");
2827 PrintFatalError(Doc.getLoc(),
2832 SplitDocs[Category].push_back(DocumentationData(Doc, Attr));
2843 for (const auto &Doc : I.second)
2844 WriteDocumentation(Doc, OS);