Searched refs:doCons (Results 1 – 2 of 2) sorted by relevance
93 const auto &doCons{std::get<std::optional<parser::DoConstruct>>(x.t)}; in CheckDoConcurrentClauseRestriction() local94 if (!doCons->IsDoConcurrent()) { in CheckDoConcurrentClauseRestriction()129 if (auto *doCons{parser::Unwrap<parser::DoConstruct>(*nextIt)}) { in RewriteOpenACCLoopConstruct() local130 if (doCons->GetLoopControl()) { in RewriteOpenACCLoopConstruct()133 std::move(*doCons); in RewriteOpenACCLoopConstruct()175 if (auto *doCons{parser::Unwrap<parser::DoConstruct>(*nextIt)}) { in RewriteOpenACCCombinedConstruct() local176 if (doCons->GetLoopControl()) { in RewriteOpenACCCombinedConstruct()179 std::move(*doCons); in RewriteOpenACCCombinedConstruct()
81 if (auto *doCons{GetConstructIf<parser::DoConstruct>(*nextIt)}) { in RewriteOpenMPLoopConstruct() local82 if (doCons->GetLoopControl()) { in RewriteOpenMPLoopConstruct()85 std::move(*doCons); in RewriteOpenMPLoopConstruct()