Searched refs:beginLoopDir (Results 1 – 2 of 2) sorted by relevance
59 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in Enter() local60 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Enter()
819 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in Pre() local820 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Pre()821 const auto &clauseList{std::get<parser::OmpClauseList>(beginLoopDir.t)}; in Pre()