Searched refs:Documentation (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp1 //===- ClangOptionDocEmitter.cpp - Documentation for command line flags ---===//
31 struct Documentation { struct in namespace:__anon2443
35 struct DocumentedGroup : Documentation {
40 Documentation extractDocumentation(RecordKeeper &Records) {
41 Documentation Result;
116 std::function<Documentation(Record *)> DocumentationForGroup =
117 [&](Record *R) -> Documentation {
118 Documentation D;
125 Documentation &Base = D.Groups.back();
352 void emitDocumentation(int Depth, const Documentation
[all...]
H A DClangAttrEmitter.cpp2275 // to ensure that every attribute has a Documentation field, and produce an
2281 (void)R.getValueAsListOfDefs("Documentation");
4022 const Record *Documentation;
4027 DocumentationData(const Record &Documentation, const Record &Attribute,
4029 : Documentation(&Documentation), Attribute(&Attribute),
4048 GetAttributeHeadingAndSpellings(const Record &Documentation,
4061 std::string Heading = std::string(Documentation.getValueAsString("Heading"));
4127 if (!Doc.Documentation->isValueUnset("Deprecated")) {
4130 const Record &Deprecated = *Doc.Documentation
[all...]
H A DClangDiagnosticsEmitter.cpp1689 const Record *Documentation = Records.getDef("GlobalDocumentation"); local
1690 if (!Documentation) {
1691 PrintFatalError("The Documentation top-level definition is missing, "
1696 OS << Documentation->getValueAsString("Intro") << "\n";
1797 auto Doc = G->getValueAsString("Documentation");
/freebsd-13-stable/release/packages/
H A DMakefile.package35 docs_COMMENT= Documentation
36 docs_DESC= Documentation
/freebsd-13-stable/share/mk/
H A Dbsd.own.mk97 # DOCOWN Documentation owner. [${SHAREOWN}]
99 # DOCGRP Documentation group. [${SHAREGRP}]
101 # DOCMODE Documentation mode. [${NOBINMODE}]

Completed in 197 milliseconds