Searched refs:OpenMPThreadprivate (Results 1 – 6 of 6) sorted by relevance
48 bool Pre(const parser::OpenMPThreadprivate &dir) { in Pre()52 void Post(const parser::OpenMPThreadprivate &) { currStmt_ = std::nullopt; } in Post() argument
259 bool Pre(const parser::OpenMPThreadprivate &);260 void Post(const parser::OpenMPThreadprivate &) { PopContext(); } in Post() argument996 bool OmpAttributeVisitor::Pre(const parser::OpenMPThreadprivate &x) { in Pre()
463 TYPE_PARSER(sourced(construct<OpenMPThreadprivate>(474 construct<OpenMPDeclarativeConstruct>(Parser<OpenMPThreadprivate>{})) /
2358 [&](const OpenMPThreadprivate &) { in Pre() argument2369 void Post(const OpenMPThreadprivate &) { in Post() argument
3580 struct OpenMPThreadprivate { struct3581 TUPLE_CLASS_BOILERPLATE(OpenMPThreadprivate);3590 OpenMPDeclareTargetConstruct, OpenMPThreadprivate> argument
558 NODE(parser, OpenMPThreadprivate) in NODE()