Searched refs:OmpBeginSectionsDirective (Results 1 – 8 of 8) sorted by relevance
548 TYPE_PARSER(sourced(construct<OmpBeginSectionsDirective>(566 Parser<OmpBeginSectionsDirective>{} / endOmpLine,
2433 Walk(std::get<OmpBeginSectionsDirective>(x.t)); in Unparse()
1202 std::get<Fortran::parser::OmpBeginSectionsDirective>(sectionsConstruct.t) in genOMP()1231 std::get<Fortran::parser::OmpBeginSectionsDirective>( in genOMP()1238 createCombinedParallelOp<Fortran::parser::OmpBeginSectionsDirective>( in genOMP()1240 std::get<Fortran::parser::OmpBeginSectionsDirective>( in genOMP()
3520 struct OmpBeginSectionsDirective { struct3521 TUPLE_CLASS_BOILERPLATE(OmpBeginSectionsDirective);3548 std::tuple<OmpBeginSectionsDirective, OmpSectionBlocks,
462 NODE(parser, OmpBeginSectionsDirective) in NODE()
912 std::get<parser::OmpBeginSectionsDirective>(x.t)}; in Enter()2690 std::get<parser::OmpBeginSectionsDirective>( in CheckWorkshareBlockStmts()
1367 std::get<parser::OmpBeginSectionsDirective>(x.t)}; in Pre()
1364 bool Pre(const parser::OmpBeginSectionsDirective &x) { in Pre()1368 void Post(const parser::OmpBeginSectionsDirective &) { in Post() argument