Searched refs:OmpBeginLoopDirective (Results 1 – 8 of 8) sorted by relevance
76 auto &beginDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in RewriteOpenMPLoopConstruct()
242 void Post(const parser::OmpBeginLoopDirective &) { in Post() argument819 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in Pre()
59 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in Enter()
1196 bool Pre(const parser::OmpBeginLoopDirective &x) { in Pre()1200 void Post(const parser::OmpBeginLoopDirective &) { in Post() argument
287 TYPE_PARSER(sourced(construct<OmpBeginLoopDirective>(529 Parser<OmpBeginLoopDirective>{} / endOmpLine))
2464 Walk(std::get<OmpBeginLoopDirective>(x.t)); in Unparse()
3737 struct OmpBeginLoopDirective { struct3738 TUPLE_CLASS_BOILERPLATE(OmpBeginLoopDirective);3769 OpenMPLoopConstruct(OmpBeginLoopDirective &&a) in OpenMPLoopConstruct()3771 std::tuple<OmpBeginLoopDirective, std::optional<DoConstruct>,
453 NODE(parser, OmpBeginLoopDirective) in NODE()