Searched refs:OmpEndLoopDirective (Results 1 – 13 of 13) sorted by relevance
38 GetConstructIf<parser::OmpEndLoopDirective>(*it)}) { in Post()90 GetConstructIf<parser::OmpEndLoopDirective>(*nextIt)}) { in RewriteOpenMPLoopConstruct()91 std::get<std::optional<parser::OmpEndLoopDirective>>(x.t) = in RewriteOpenMPLoopConstruct()
134 void Enter(const parser::OmpEndLoopDirective &);
381 std::get<std::optional<parser::OmpEndLoopDirective>>(x.t)}) { in Enter()722 void OmpStructureChecker::Enter(const parser::OmpEndLoopDirective &x) { in Enter()
1351 bool Pre(const parser::OmpEndLoopDirective &x) { in Pre()1355 void Post(const parser::OmpEndLoopDirective &) { in Post() argument
22 struct OmpEndLoopDirective;
140 parser::OpenMPDeclarativeConstruct, parser::OmpEndLoopDirective>;
139 constexpr Parser<OmpEndLoopDirective> ompEndLoopDirective;
590 startOmpLine >> sourced(construct<OmpEndLoopDirective>(
2474 void Unparse(const OmpEndLoopDirective &x) { in Unparse()2511 Walk(std::get<std::optional<OmpEndLoopDirective>>(x.t)); in Unparse()
266 struct OmpEndLoopDirective;525 common::Indirection<OmpEndLoopDirective>>3809 struct OmpEndLoopDirective { struct3810 TUPLE_CLASS_BOILERPLATE(OmpEndLoopDirective);3838 std::optional<OmpEndLoopDirective>>
495 NODE(parser, OmpEndLoopDirective) in NODE()
1124 std::get<std::optional<Fortran::parser::OmpEndLoopDirective>>( in genOMP()
2587 void genFIR(const Fortran::parser::OmpEndLoopDirective &) {} // nop in genFIR() argument