Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Docs

1466     // that there is no way to allow a generated project "reach into" the docs
2985 std::vector<Record *> Docs = Attr.getValueAsListOfDefs("Documentation");
2986 for (const auto *D : Docs) {
2994 if (Undocumented && Docs.size() > 1)