Searched refs:AccBeginBlockDirective (Results 1 – 8 of 8) sorted by relevance
196 TYPE_PARSER(sourced(construct<AccBeginBlockDirective>(203 Parser<AccBeginBlockDirective>{} / endAccLine, block,
1891 Walk(std::get<AccBeginBlockDirective>(x.t)); in Unparse()
96 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Enter()106 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Leave()
134 void Post(const parser::AccBeginBlockDirective &) { in Post() argument596 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Pre()
1259 bool Pre(const parser::AccBeginBlockDirective &x) { in Pre()1263 void Post(const parser::AccBeginBlockDirective &) { in Post() argument1283 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in NeedsScope()
4014 struct AccBeginBlockDirective { struct4015 TUPLE_CLASS_BOILERPLATE(AccBeginBlockDirective);4067 std::tuple<AccBeginBlockDirective, Block, AccEndBlockDirective> t;
62 NODE(parser, AccBeginBlockDirective) in NODE()
623 std::get<Fortran::parser::AccBeginBlockDirective>(blockConstruct.t); in genACC()