Searched refs:OpenMPSectionsConstruct (Results 1 – 9 of 9) sorted by relevance
142 void Enter(const parser::OpenMPSectionsConstruct &);143 void Leave(const parser::OpenMPSectionsConstruct &);
311 bool Pre(const parser::OpenMPSectionsConstruct &);312 void Post(const parser::OpenMPSectionsConstruct &) { PopContext(); } in Post() argument1365 bool OmpAttributeVisitor::Pre(const parser::OpenMPSectionsConstruct &x) { in Pre()
910 void OmpStructureChecker::Enter(const parser::OpenMPSectionsConstruct &x) { in Enter()929 void OmpStructureChecker::Leave(const parser::OpenMPSectionsConstruct &) { in Leave() argument2687 std::get_if<parser::OpenMPSectionsConstruct>( in CheckWorkshareBlockStmts()
1359 bool Pre(const parser::OpenMPSectionsConstruct &) { in Pre() argument1363 void Post(const parser::OpenMPSectionsConstruct &) { PopScope(); } in Post() argument
565 TYPE_PARSER(construct<OpenMPSectionsConstruct>(571 first(construct<OpenMPConstruct>(Parser<OpenMPSectionsConstruct>{}),
2430 void Unparse(const OpenMPSectionsConstruct &x) { in Unparse()
1196 const Fortran::parser::OpenMPSectionsConstruct §ionsConstruct) { in genOMP()1493 [&](const Fortran::parser::OpenMPSectionsConstruct in genOpenMPConstruct()
3546 struct OpenMPSectionsConstruct { struct3547 TUPLE_CLASS_BOILERPLATE(OpenMPSectionsConstruct);3844 std::variant<OpenMPStandaloneConstruct, OpenMPSectionsConstruct,
569 NODE(parser, OpenMPSectionsConstruct) in NODE()