Searched refs:OmpEndBlockDirective (Results 1 – 7 of 7) sorted by relevance
99 void Enter(const parser::OmpEndBlockDirective &);
120 const auto &endBlockDir{std::get<parser::OmpEndBlockDirective>(x.t)}; in Enter()245 void OmpStructureChecker::Enter(const parser::OmpEndBlockDirective &x) { in Enter()
1183 bool Pre(const parser::OmpEndBlockDirective &x) { in Pre()1187 void Post(const parser::OmpEndBlockDirective &) { in Post() argument
480 Parser<OmpEndBlockDirective>{} / endOmpLine))518 startOmpLine >> sourced(construct<OmpEndBlockDirective>(
2457 Walk(std::get<OmpEndBlockDirective>(x.t)); in Unparse()
3755 struct OmpEndBlockDirective { struct3756 TUPLE_CLASS_BOILERPLATE(OmpEndBlockDirective);3763 std::tuple<OmpBeginBlockDirective, Block, OmpEndBlockDirective> t; argument
486 NODE(parser, OmpEndBlockDirective) in NODE()