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

/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1373 // to ensure that every attribute has a Documentation field, and produce an
1379 (void)R.getValueAsListOfDefs("Documentation");
2642 const Record *Documentation; member in class:clang::DocumentationData
2645 DocumentationData(const Record &Documentation, const Record &Attribute) argument
2646 : Documentation(&Documentation), Attribute(&Attribute) {}
2687 std::string Heading = Doc.Documentation->getValueAsString("Heading");
2775 if (!Doc.Documentation->isValueUnset("Deprecated")) {
2778 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated");
2786 std::string ContentStr = Doc.Documentation
2802 const Record *Documentation = Records.getDef("GlobalDocumentation"); local
[all...]

Completed in 206 milliseconds