Searched refs:OmpLoopDirective (Results 1 – 7 of 7) sorted by relevance
40 auto &dir{std::get<parser::OmpLoopDirective>(endDir->t)}; in Post()77 auto &dir{std::get<parser::OmpLoopDirective>(beginDir.t)}; in RewriteOpenMPLoopConstruct()
60 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Enter()66 std::get<parser::OmpLoopDirective>(endLoopDir.value().t)}; in Enter()68 CheckMatching<parser::OmpLoopDirective>(beginDir, endDir); in Enter()103 const auto &dir{std::get<parser::OmpLoopDirective>(x.t)}; in Enter()
820 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Pre()
252 TYPE_PARSER(sourced(construct<OmpLoopDirective>(first(288 sourced(Parser<OmpLoopDirective>{}), Parser<OmpClauseList>{})))525 sourced("END"_tok >> Parser<OmpLoopDirective>{}),
2078 void Unparse(const OmpLoopDirective &x) { in Unparse()2434 Walk(std::get<OmpLoopDirective>(x.t)); in Unparse()
3673 struct OmpLoopDirective { struct3674 WRAPPER_CLASS_BOILERPLATE(OmpLoopDirective, llvm::omp::Directive);3739 std::tuple<OmpLoopDirective, OmpClauseList> t;3745 std::tuple<OmpLoopDirective, OmpClauseList> t;
497 NODE(parser, OmpLoopDirective) in NODE()