Searched refs:OpenMPDeclarativeConstruct (Results 1 – 12 of 12) sorted by relevance
47 std::variant<const OpenMPConstruct *, const OpenMPDeclarativeConstruct *>;53 SourcePosition getLocation(const OpenMPDeclarativeConstruct &c);57 std::string getName(const OpenMPDeclarativeConstruct &c);62 bool Pre(const OpenMPDeclarativeConstruct &c);65 void Post(const OpenMPDeclarativeConstruct &);
55 return getLocation(*std::get<const OpenMPDeclarativeConstruct *>(w)); in getLocation()58 const OpenMPDeclarativeConstruct &c) { in getLocation()101 return getName(*std::get<const OpenMPDeclarativeConstruct *>(w)); in getName()103 std::string OpenMPCounterVisitor::getName(const OpenMPDeclarativeConstruct &c) { in getName()156 bool OpenMPCounterVisitor::Pre(const OpenMPDeclarativeConstruct &c) { in Pre()167 void OpenMPCounterVisitor::Post(const OpenMPDeclarativeConstruct &) { in Post() argument
21 struct OpenMPDeclarativeConstruct;38 const parser::OpenMPDeclarativeConstruct &);
140 parser::OpenMPDeclarativeConstruct, parser::OmpEndLoopDirective>;142 using DeclConstructs = std::tuple<parser::OpenMPDeclarativeConstruct,
526 sourced(construct<OpenMPDeclarativeConstruct>(528 construct<OpenMPDeclarativeConstruct>(530 construct<OpenMPDeclarativeConstruct>(532 construct<OpenMPDeclarativeConstruct>(534 construct<OpenMPDeclarativeConstruct>(Parser<OpenMPThreadprivate>{})) /
138 constexpr Parser<OpenMPDeclarativeConstruct> openmpDeclarativeConstruct;
2362 bool Pre(const OpenMPDeclarativeConstruct &x) { in Pre()2399 void Post(const OpenMPDeclarativeConstruct &) { in Post() argument
265 struct OpenMPDeclarativeConstruct;395 common::Indirection<OpenMPDeclarativeConstruct>,436 std::list<OpenMPDeclarativeConstruct>,3623 struct OpenMPDeclarativeConstruct { struct3624 UNION_CLASS_BOILERPLATE(OpenMPDeclarativeConstruct);
556 NODE(parser, OpenMPDeclarativeConstruct) in NODE()
1564 const Fortran::parser::OpenMPDeclarativeConstruct &ompDeclConstruct) { in genOpenMPDeclarativeConstruct()
1677 void genFIR(const Fortran::parser::OpenMPDeclarativeConstruct &ompDecl) { in genFIR()
278 Walk(std::get<std::list<parser::OpenMPDeclarativeConstruct>>(x.t)); in Pre()