Searched refs:OpenACCRoutineConstruct (Results 1 – 7 of 7) sorted by relevance
52 void Enter(const parser::OpenACCRoutineConstruct &);53 void Leave(const parser::OpenACCRoutineConstruct &);
236 void AccStructureChecker::Enter(const parser::OpenACCRoutineConstruct &x) { in Enter()239 void AccStructureChecker::Leave(const parser::OpenACCRoutineConstruct &) { in Leave() argument
219 TYPE_PARSER(sourced(construct<OpenACCRoutineConstruct>(verbatim("ROUTINE"_tok),300 construct<OpenACCConstruct>(Parser<OpenACCRoutineConstruct>{}),
1910 void Unparse(const OpenACCRoutineConstruct &x) { in Unparse()
3907 struct OpenACCRoutineConstruct { struct3908 TUPLE_CLASS_BOILERPLATE(OpenACCRoutineConstruct);4037 OpenACCLoopConstruct, OpenACCStandaloneConstruct, OpenACCRoutineConstruct,
537 NODE(parser, OpenACCRoutineConstruct) in NODE()
1015 [&](const Fortran::parser::OpenACCRoutineConstruct in genOpenACCConstruct()