Searched refs:DeclarationConstruct (Results 1 – 7 of 7) sorted by relevance
92 fail<DeclarationConstruct>("misplaced USE statement"_err_en_US) ||94 fail<DeclarationConstruct>(97 fail<DeclarationConstruct>(103 first(construct<DeclarationConstruct>(specificationConstruct),105 construct<DeclarationConstruct>(108 construct<DeclarationConstruct>(111 construct<DeclarationConstruct>(declErrorRecovery)))115 fail<DeclarationConstruct>(118 fail<DeclarationConstruct>(124 first(construct<DeclarationConstruct>(specificationConstruct),[all …]
45 constexpr Parser<DeclarationConstruct> declarationConstruct; // R507
27 std::get<std::list<parser::DeclarationConstruct>>(spec.t)) { in GetEntryStmts()52 std::get<std::list<parser::DeclarationConstruct>>(spec.t)) { in GetGenerics()
97 auto &list{std::get<std::list<parser::DeclarationConstruct>>(x.t)}; in Post()
1511 void FinishSpecificationPart(const std::list<parser::DeclarationConstruct> &);7157 const std::list<parser::DeclarationConstruct> &decls) { in FinishSpecificationPart()
419 struct DeclarationConstruct { struct420 UNION_CLASS_BOILERPLATE(DeclarationConstruct);440 std::list<DeclarationConstruct>> argument
230 NODE(parser, DeclarationConstruct) in NODE()