Searched refs:OpenACCRoutineConstruct (Results 1 – 8 of 8) sorted by relevance
52 void Enter(const parser::OpenACCRoutineConstruct &);53 void Leave(const parser::OpenACCRoutineConstruct &);
261 void AccStructureChecker::Enter(const parser::OpenACCRoutineConstruct &x) { in Enter()276 void AccStructureChecker::Leave(const parser::OpenACCRoutineConstruct &) { in Leave() argument
130 bool Pre(const parser::OpenACCRoutineConstruct &);620 std::get_if<parser::OpenACCRoutineConstruct>(&x.u)}) { in Pre()721 bool AccAttributeVisitor::Pre(const parser::OpenACCRoutineConstruct &x) { in Pre()
144 TYPE_PARSER(sourced(construct<OpenACCRoutineConstruct>(verbatim("ROUTINE"_tok),218 Parser<OpenACCRoutineConstruct>{}))))
1941 void Unparse(const OpenACCRoutineConstruct &x) { in Unparse()
3990 struct OpenACCRoutineConstruct { struct3991 TUPLE_CLASS_BOILERPLATE(OpenACCRoutineConstruct);4100 std::variant<OpenACCStandaloneDeclarativeConstruct, OpenACCRoutineConstruct>
544 NODE(parser, OpenACCRoutineConstruct) in NODE()
1063 [&](const Fortran::parser::OpenACCRoutineConstruct in genOpenACCDeclarativeConstruct()