Searched refs:AccBlockDirective (Results 1 – 7 of 7) sorted by relevance
117 TYPE_PARSER(sourced(construct<AccBlockDirective>(197 sourced(Parser<AccBlockDirective>{}), Parser<AccClauseList>{})))200 sourced(Parser<AccBlockDirective>{}))))
99 std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Enter()107 const auto &blockDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Leave()
597 const auto &blockDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Pre()
1284 const auto &beginDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in NeedsScope()
3861 struct AccBlockDirective { struct3862 WRAPPER_CLASS_BOILERPLATE(AccBlockDirective, llvm::acc::Directive);4017 std::tuple<AccBlockDirective, AccClauseList> t;4022 WRAPPER_CLASS_BOILERPLATE(AccEndBlockDirective, AccBlockDirective);
65 NODE(parser, AccBlockDirective) in NODE()
625 std::get<Fortran::parser::AccBlockDirective>(beginBlockDirective.t); in genACC()