Lines Matching defs:summary
56 void mlir::tblgen::emitSummary(StringRef summary, raw_ostream &os) {
57 if (!summary.empty()) {
58 StringRef trimmed = summary.trim();
204 // Emit the summary, syntax, and description if present.
233 // This appears as just the summary, but when clicked shows the full
235 os << "<details>" << "<summary>" << it.attr.getSummary() << "</summary>"
239 // Fallback: Single-line summary.
347 // Emit the summary if present.
393 // Emit the summary if present.
423 // Returns the summary description of the section.
424 std::string summary = "";
453 bool nested = !grouping.summary.empty();
458 os << "## " << StringRef(grouping.summary).trim() << "\n\n";
573 opDocGroup[rec].summary = rec->getValueAsString("summary");
592 if (!arg.summary.empty())
593 return arg.summary;