Searched refs:OpenMPBlockConstruct (Results 1 – 9 of 9) sorted by relevance
97 void Enter(const parser::OpenMPBlockConstruct &);98 void Leave(const parser::OpenMPBlockConstruct &);
233 bool Pre(const parser::OpenMPBlockConstruct &);234 void Post(const parser::OpenMPBlockConstruct &);752 bool OmpAttributeVisitor::Pre(const parser::OpenMPBlockConstruct &x) { in Pre()780 void OmpAttributeVisitor::Post(const parser::OpenMPBlockConstruct &x) { in Post()
118 void OmpStructureChecker::Enter(const parser::OpenMPBlockConstruct &x) { in Enter()138 void OmpStructureChecker::Leave(const parser::OpenMPBlockConstruct &) { in Leave() argument
1172 static bool NeedsScope(const parser::OpenMPBlockConstruct &);1174 bool Pre(const parser::OpenMPBlockConstruct &);1175 void Post(const parser::OpenMPBlockConstruct &);1232 bool OmpVisitor::NeedsScope(const parser::OpenMPBlockConstruct &x) { in NeedsScope()1250 bool OmpVisitor::Pre(const parser::OpenMPBlockConstruct &x) { in Pre()1257 void OmpVisitor::Post(const parser::OpenMPBlockConstruct &x) { in Post()
130 const Fortran::parser::OpenMPBlockConstruct &blockConstruct) { in genOMP()259 [&](const Fortran::parser::OpenMPBlockConstruct &blockConstruct) { in genOpenMPConstruct()
478 TYPE_PARSER(construct<OpenMPBlockConstruct>(509 construct<OpenMPConstruct>(Parser<OpenMPBlockConstruct>{}),
2448 void Unparse(const OpenMPBlockConstruct &x) { in Unparse()
3761 struct OpenMPBlockConstruct { struct3762 TUPLE_CLASS_BOILERPLATE(OpenMPBlockConstruct);3779 OpenMPLoopConstruct, OpenMPBlockConstruct, OpenMPAtomicConstruct, argument
542 NODE(parser, OpenMPBlockConstruct) in NODE()