Searched refs:AccBeginBlockDirective (Results 1 – 8 of 8) sorted by relevance
271 TYPE_PARSER(sourced(construct<AccBeginBlockDirective>(278 Parser<AccBeginBlockDirective>{} / endAccLine, block,
1860 Walk(std::get<AccBeginBlockDirective>(x.t)); in Unparse()
93 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Enter()103 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Leave()
127 void Post(const parser::AccBeginBlockDirective &) { in Post() argument426 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Pre()
1111 bool Pre(const parser::AccBeginBlockDirective &x) { in Pre()1115 void Post(const parser::AccBeginBlockDirective &) { in Post() argument1135 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in NeedsScope()
3931 struct AccBeginBlockDirective { struct3932 TUPLE_CLASS_BOILERPLATE(AccBeginBlockDirective);3984 std::tuple<AccBeginBlockDirective, Block, AccEndBlockDirective> t;
62 NODE(parser, AccBeginBlockDirective) in NODE()
523 std::get<Fortran::parser::AccBeginBlockDirective>(blockConstruct.t); in genACC()