Lines Matching defs:Doc
5146 const DocumentationData &Doc, raw_ostream &OS) {
5147 OS << Doc.Heading << "\n" << std::string(Doc.Heading.length(), '-') << "\n";
5165 for (StringRef Spelling : Doc.SupportedSpellings[K]) {
5176 *Doc.Attribute))
5182 if (!Doc.Documentation->isValueUnset("Deprecated")) {
5185 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated");
5193 const StringRef ContentStr = Doc.Documentation->getValueAsString("Content");
5225 const Record &Doc = *D;
5226 const Record *Category = Doc.getValueAsDef("Category");
5233 PrintFatalError(Doc.getLoc(),
5239 Doc, Attr, GetAttributeHeadingAndSpellings(Doc, Attr, Cat)));
5255 for (const auto &Doc : I.second)
5256 WriteDocumentation(Records, Doc, OS);