Searched refs:ComponentAttrSpec (Results 1 – 5 of 5) sorted by relevance
419 optionalListBeforeColons(Parser<ComponentAttrSpec>{}),427 TYPE_PARSER(construct<ComponentAttrSpec>(accessSpec) ||428 construct<ComponentAttrSpec>(allocatable) ||429 construct<ComponentAttrSpec>("CODIMENSION" >> coarraySpec) ||430 construct<ComponentAttrSpec>(contiguous) ||431 construct<ComponentAttrSpec>("DIMENSION" >> Parser<ComponentArraySpec>{}) ||432 construct<ComponentAttrSpec>(pointer) ||433 construct<ComponentAttrSpec>(recovery(
267 const auto &attrs{std::get<std::list<ComponentAttrSpec>>(x.t)}; in Unparse()297 void Before(const ComponentAttrSpec &x) { in Before()305 void Post(const ComponentAttrSpec &x) { in Post()
965 struct ComponentAttrSpec { struct966 UNION_CLASS_BOILERPLATE(ComponentAttrSpec);1020 std::tuple<DeclarationTypeSpec, std::list<ComponentAttrSpec>,
197 NODE(parser, ComponentAttrSpec) in NODE()
432 void Post(const parser::ComponentAttrSpec &) { PostAttrSpec(); } in Post() argument4728 Walk(std::get<std::list<parser::ComponentAttrSpec>>(x.t)); in Pre()