Searched refs:OpenACCDeclarativeConstruct (Results 1 – 9 of 9) sorted by relevance
19 struct OpenACCDeclarativeConstruct;34 const parser::OpenACCDeclarativeConstruct &);
139 parser::OpenACCDeclarativeConstruct, parser::OpenMPConstruct,143 parser::OpenACCDeclarativeConstruct>;
215 startAccLine >> first(sourced(construct<OpenACCDeclarativeConstruct>(217 sourced(construct<OpenACCDeclarativeConstruct>(
136 constexpr Parser<OpenACCDeclarativeConstruct> openaccDeclarativeConstruct;
263 struct OpenACCDeclarativeConstruct;394 common::Indirection<OpenACCDeclarativeConstruct>,435 std::tuple<std::list<OpenACCDeclarativeConstruct>,4097 struct OpenACCDeclarativeConstruct { struct4098 UNION_CLASS_BOILERPLATE(OpenACCDeclarativeConstruct);
542 NODE(parser, OpenACCDeclarativeConstruct) in NODE()
127 bool Pre(const parser::OpenACCDeclarativeConstruct &);128 void Post(const parser::OpenACCDeclarativeConstruct &) { PopContext(); } in Post() argument613 bool AccAttributeVisitor::Pre(const parser::OpenACCDeclarativeConstruct &x) { in Pre()
1054 const Fortran::parser::OpenACCDeclarativeConstruct &accDeclConstruct) { in genOpenACCDeclarativeConstruct()
1631 void genFIR(const Fortran::parser::OpenACCDeclarativeConstruct &accDecl) { in genFIR()