Searched refs:OpenMPFlushConstruct (Results 1 – 7 of 7) sorted by relevance
112 void Enter(const parser::OpenMPFlushConstruct &);113 void Leave(const parser::OpenMPFlushConstruct &);
206 void OmpStructureChecker::Enter(const parser::OpenMPFlushConstruct &x) { in Enter()211 void OmpStructureChecker::Leave(const parser::OpenMPFlushConstruct &) { in Leave() argument
319 TYPE_PARSER(sourced(construct<OpenMPFlushConstruct>(verbatim("FLUSH"_tok),340 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
2423 void Unparse(const OpenMPFlushConstruct &x) { in Unparse()
106 [&](const Fortran::parser::OpenMPFlushConstruct &flushConstruct) { in genOMP()
3710 struct OpenMPFlushConstruct { struct3711 TUPLE_CLASS_BOILERPLATE(OpenMPFlushConstruct);3732 std::variant<OpenMPSimpleStandaloneConstruct, OpenMPFlushConstruct, argument
553 NODE(parser, OpenMPFlushConstruct) in NODE()