Home
last modified time | relevance | path

Searched refs:beginLoopDir (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-omp-structure.cpp59 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in Enter() local
60 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Enter()
Dresolve-directives.cpp819 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in Pre() local
820 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Pre()
821 const auto &clauseList{std::get<parser::OmpClauseList>(beginLoopDir.t)}; in Pre()