Searched refs:AccBlockDirective (Results 1 – 7 of 7) sorted by relevance
192 TYPE_PARSER(sourced(construct<AccBlockDirective>(272 sourced(Parser<AccBlockDirective>{}), Parser<AccClauseList>{})))275 sourced(Parser<AccBlockDirective>{}))))
96 std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Enter()104 const auto &blockDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Leave()
427 const auto &blockDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Pre()
1136 const auto &beginDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in NeedsScope()
3794 struct AccBlockDirective { struct3795 WRAPPER_CLASS_BOILERPLATE(AccBlockDirective, llvm::acc::Directive);3934 std::tuple<AccBlockDirective, AccClauseList> t;3939 WRAPPER_CLASS_BOILERPLATE(AccEndBlockDirective, AccBlockDirective);
65 NODE(parser, AccBlockDirective) in NODE()
525 std::get<Fortran::parser::AccBlockDirective>(beginBlockDirective.t); in genACC()