Searched refs:OmpSectionsDirective (Results 1 – 7 of 7) sorted by relevance
543 TYPE_PARSER(construct<OmpSectionsDirective>(first(549 sourced(Parser<OmpSectionsDirective>{}), Parser<OmpClauseList>{})))552 sourced("END"_tok >> Parser<OmpSectionsDirective>{}),
2407 void Unparse(const OmpSectionsDirective &x) { in Unparse()
915 std::get<parser::OmpSectionsDirective>(beginSectionsDir.t)}; in Enter()916 const auto &endDir{std::get<parser::OmpSectionsDirective>(endSectionsDir.t)}; in Enter()917 CheckMatching<parser::OmpSectionsDirective>(beginDir, endDir); in Enter()934 const auto &dir{std::get<parser::OmpSectionsDirective>(x.t)}; in Enter()2693 std::get<parser::OmpSectionsDirective>(beginSectionsDir.t)}; in CheckWorkshareBlockStmts()
1369 std::get<parser::OmpSectionsDirective>(beginSectionsDir.t)}; in Pre()
3515 struct OmpSectionsDirective { struct3516 WRAPPER_CLASS_BOILERPLATE(OmpSectionsDirective, llvm::omp::Directive);3522 std::tuple<OmpSectionsDirective, OmpClauseList> t; argument3527 std::tuple<OmpSectionsDirective, OmpClauseList> t;
534 NODE(parser, OmpSectionsDirective) in NODE()
1230 std::get<Fortran::parser::OmpSectionsDirective>( in genOMP()