Searched refs:OpenMPSectionConstruct (Results 1 – 7 of 7) sorted by relevance
88 [&](const OpenMPSectionConstruct &c) -> SourcePosition { in getLocation()141 [&](const OpenMPSectionConstruct &c) -> std::string { in getName()
557 TYPE_PARSER(construct<OpenMPSectionConstruct>(block))561 construct<OpenMPConstruct>(sourced(Parser<OpenMPSectionConstruct>{})),
2427 Walk(std::get<OpenMPSectionConstruct>(y.u).v, ""); in Unparse()
1183 const Fortran::parser::OpenMPSectionConstruct §ionConstruct) { in genOMP()1497 [&](const Fortran::parser::OpenMPSectionConstruct §ionConstruct) { in genOpenMPConstruct()
3536 struct OpenMPSectionConstruct { struct3537 WRAPPER_CLASS_BOILERPLATE(OpenMPSectionConstruct, Block);3845 OpenMPSectionConstruct, OpenMPLoopConstruct, OpenMPBlockConstruct,
568 NODE(parser, OpenMPSectionConstruct) in NODE()
922 CheckNoBranching(std::get<parser::OpenMPSectionConstruct>(block.u).v, in Enter()