Searched refs:AccLoopDirective (Results 1 – 8 of 8) sorted by relevance
134 TYPE_PARSER(sourced(construct<AccLoopDirective>(138 sourced(Parser<AccLoopDirective>{}), Parser<AccClauseList>{}))
1910 Walk(std::get<AccLoopDirective>(x.t)); in Unparse()
203 const auto &loopDir{std::get<parser::AccLoopDirective>(beginDir.t)}; in Enter()209 const auto &loopDir{std::get<parser::AccLoopDirective>(beginDir.t)}; in Leave()
125 auto &dir{std::get<parser::AccLoopDirective>(beginDir.t)}; in RewriteOpenACCLoopConstruct()
140 void Post(const parser::AccLoopDirective &) { in Post() argument684 const auto &loopDir{std::get<parser::AccLoopDirective>(beginDir.t)}; in Pre()
3866 struct AccLoopDirective { struct3867 WRAPPER_CLASS_BOILERPLATE(AccLoopDirective, llvm::acc::Directive);4010 std::tuple<AccLoopDirective, AccClauseList> t;
99 NODE(parser, AccLoopDirective) in NODE()
343 std::get<Fortran::parser::AccLoopDirective>(beginLoopDirective.t); in genACC()