Searched refs:OpenMPThreadprivate (Results 1 – 9 of 9) sorted by relevance
48 bool Pre(const parser::OpenMPThreadprivate &dir) { in Pre()52 void Post(const parser::OpenMPThreadprivate &) { currStmt_ = std::nullopt; } in Post() argument
155 void Enter(const parser::OpenMPThreadprivate &);156 void Leave(const parser::OpenMPThreadprivate &);
326 bool Pre(const parser::OpenMPThreadprivate &);327 void Post(const parser::OpenMPThreadprivate &) { PopContext(); } in Post() argument1397 bool OmpAttributeVisitor::Pre(const parser::OpenMPThreadprivate &x) { in Pre()
1039 void OmpStructureChecker::Enter(const parser::OpenMPThreadprivate &c) { in Enter()1045 void OmpStructureChecker::Leave(const parser::OpenMPThreadprivate &c) { in Leave()
515 TYPE_PARSER(sourced(construct<OpenMPThreadprivate>(534 construct<OpenMPDeclarativeConstruct>(Parser<OpenMPThreadprivate>{})) /
2392 [&](const OpenMPThreadprivate &) { in Pre() argument2403 void Post(const OpenMPThreadprivate &) { in Post() argument
3610 struct OpenMPThreadprivate { struct3611 TUPLE_CLASS_BOILERPLATE(OpenMPThreadprivate);3628 OpenMPThreadprivate> argument
570 NODE(parser, OpenMPThreadprivate) in NODE()
1586 [&](const Fortran::parser::OpenMPThreadprivate &threadprivate) { in genOpenMPDeclarativeConstruct()