Searched refs:OmpSimpleStandaloneDirective (Results 1 – 7 of 7) sorted by relevance
369 TYPE_PARSER(sourced(construct<OmpSimpleStandaloneDirective>(first(379 Parser<OmpSimpleStandaloneDirective>{}, Parser<OmpClauseList>{})))
2154 void Unparse(const OmpSimpleStandaloneDirective &x) { in Unparse()2486 Walk(std::get<OmpSimpleStandaloneDirective>(x.t)); in Unparse()
519 std::get<parser::OmpSimpleStandaloneDirective>(c.t)}; in CheckSIMDNest()579 std::get<parser::OmpSimpleStandaloneDirective>(c.t)}; in CheckTargetNest()1239 const auto &dir{std::get<parser::OmpSimpleStandaloneDirective>(x.t)}; in Enter()
1158 std::get<parser::OmpSimpleStandaloneDirective>(x.t)}; in Pre()
3784 struct OmpSimpleStandaloneDirective { struct3785 WRAPPER_CLASS_BOILERPLATE(OmpSimpleStandaloneDirective, llvm::omp::Directive);3792 std::tuple<OmpSimpleStandaloneDirective, OmpClauseList> t; argument
535 NODE(parser, OmpSimpleStandaloneDirective) in NODE()
482 std::get<Fortran::parser::OmpSimpleStandaloneDirective>( in genOMP()