Searched refs:OpenACCDeclarativeConstruct (Results 1 – 5 of 5) sorted by relevance
135 constexpr Parser<OpenACCDeclarativeConstruct> openaccDeclarativeConstruct;
290 startAccLine >> sourced(construct<OpenACCDeclarativeConstruct>(
262 struct OpenACCDeclarativeConstruct;393 common::Indirection<OpenACCDeclarativeConstruct>,433 std::tuple<std::list<OpenACCDeclarativeConstruct>,4014 struct OpenACCDeclarativeConstruct { struct4015 UNION_CLASS_BOILERPLATE(OpenACCDeclarativeConstruct);
535 NODE(parser, OpenACCDeclarativeConstruct) in NODE()
118 Walk(std::get<std::list<parser::OpenACCDeclarativeConstruct>>(x.t)); in Pre()