Lines Matching defs:beginLoopDir
480 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)};
481 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)};
502 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)};
503 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)};
506 const auto &clauseList{std::get<parser::OmpClauseList>(beginLoopDir.t)};
677 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)};
678 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)};
892 const auto &beginLoopDir{
895 std::get<parser::OmpLoopDirective>(beginLoopDir.t)};
953 const auto &beginLoopDir{
956 std::get<parser::OmpLoopDirective>(beginLoopDir.t)};
976 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)};
977 const auto &clauseList{std::get<parser::OmpClauseList>(beginLoopDir.t)};
1014 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)};
1015 const auto &clauses{std::get<parser::OmpClauseList>(beginLoopDir.t)};
1070 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)};
1071 const auto &clauseList{std::get<parser::OmpClauseList>(beginLoopDir.t)};
4815 const auto &beginLoopDir{
4818 std::get<parser::OmpLoopDirective>(beginLoopDir.t)};