Searched refs:OmpEndSectionsDirective (Results 1 – 8 of 8) sorted by relevance
144 void Enter(const parser::OmpEndSectionsDirective &);145 void Leave(const parser::OmpEndSectionsDirective &);
913 const auto &endSectionsDir{std::get<parser::OmpEndSectionsDirective>(x.t)}; in Enter()933 void OmpStructureChecker::Enter(const parser::OmpEndSectionsDirective &x) { in Enter()952 void OmpStructureChecker::Leave(const parser::OmpEndSectionsDirective &x) { in Leave()
1371 bool Pre(const parser::OmpEndSectionsDirective &x) { in Pre()1375 void Post(const parser::OmpEndSectionsDirective &) { in Post() argument
551 startOmpLine >> sourced(construct<OmpEndSectionsDirective>(567 Parser<OmpSectionBlocks>{}, Parser<OmpEndSectionsDirective>{} / endOmpLine))
2439 Walk(std::get<OmpEndSectionsDirective>(x.t)); in Unparse()
3525 struct OmpEndSectionsDirective { struct3526 TUPLE_CLASS_BOILERPLATE(OmpEndSectionsDirective);3549 OmpEndSectionsDirective> argument
496 NODE(parser, OmpEndSectionsDirective) in NODE()
1219 std::get<Fortran::parser::OmpEndSectionsDirective>(sectionsConstruct.t); in genOMP()