Searched refs:AccBeginLoopDirective (Results 1 – 9 of 9) sorted by relevance
124 auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in RewriteOpenACCLoopConstruct()142 parser::AccBeginLoopDirective>(x); in RewriteOpenACCLoopConstruct()144 parser::AccBeginLoopDirective>(x); in RewriteOpenACCLoopConstruct()
202 const auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in Enter()208 const auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in Leave()
683 const auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in Pre()
1273 bool Pre(const parser::AccBeginLoopDirective &x) { in Pre()1277 void Post(const parser::AccBeginLoopDirective &x) { in Post()
137 TYPE_PARSER(construct<AccBeginLoopDirective>(141 construct<OpenACCLoopConstruct>(sourced(Parser<AccBeginLoopDirective>{})))
1904 Walk(std::get<AccBeginLoopDirective>(x.t)); in Unparse()1909 void Unparse(const AccBeginLoopDirective &x) { in Unparse()
4008 struct AccBeginLoopDirective { struct4009 TUPLE_CLASS_BOILERPLATE(AccBeginLoopDirective);4107 OpenACCLoopConstruct(AccBeginLoopDirective &&a) in OpenACCLoopConstruct()4109 std::tuple<AccBeginLoopDirective, std::optional<DoConstruct>> t;
64 NODE(parser, AccBeginLoopDirective) in NODE()
341 std::get<Fortran::parser::AccBeginLoopDirective>(loopConstruct.t); in genACC()