Searched refs:ComponentDecl (Results 1 – 8 of 8) sorted by relevance
41 void Leave(const parser::ComponentDecl &);
246 void DataChecker::Leave(const parser::ComponentDecl &decl) { in Leave()
922 void Post(const parser::ComponentDecl &);4642 void DeclarationVisitor::Post(const parser::ComponentDecl &x) { in Post()7592 bool Pre(const parser::ComponentDecl &decl) { in Pre()
89 if (const auto *decl{std::get_if<ComponentDecl>(&item.u)}) { in Parse()
443 construct<ComponentDecl>(name, maybe(Parser<ComponentArraySpec>{}),451 TYPE_PARSER(construct<ComponentOrFill>(Parser<ComponentDecl>{}) ||
276 [](const ComponentDecl &d) { in Unparse()313 void Unparse(const ComponentDecl &x) { // R739 in Unparse()2522 if (const auto *comp{std::get_if<ComponentDecl>(&item.u)}) { in Post()
994 struct ComponentDecl { struct995 TUPLE_CLASS_BOILERPLATE(ComponentDecl);1012 std::variant<ComponentDecl, FillDecl> u; argument
199 NODE(parser, ComponentDecl) in NODE()