Searched refs:beginBlockDir (Results 1 – 4 of 4) sorted by relevance
93 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Enter() local96 std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Enter()103 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Leave() local104 const auto &blockDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Leave()159 const auto &beginBlockDir{std::get<parser::AccBeginCombinedDirective>(x.t)}; in Leave() local161 std::get<parser::AccCombinedDirective>(beginBlockDir.t)}; in Leave()
426 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Pre() local427 const auto &blockDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Pre()475 const auto &beginBlockDir{std::get<parser::AccBeginCombinedDirective>(x.t)}; in Pre() local477 std::get<parser::AccCombinedDirective>(beginBlockDir.t)}; in Pre()753 const auto &beginBlockDir{std::get<parser::OmpBeginBlockDirective>(x.t)}; in Pre() local754 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in Pre()781 const auto &beginBlockDir{std::get<parser::OmpBeginBlockDirective>(x.t)}; in Post() local782 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in Post()
119 const auto &beginBlockDir{std::get<parser::OmpBeginBlockDirective>(x.t)}; in Enter() local121 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in Enter()
1135 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in NeedsScope() local1136 const auto &beginDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in NeedsScope()1233 const auto &beginBlockDir{std::get<parser::OmpBeginBlockDirective>(x.t)}; in NeedsScope() local1234 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in NeedsScope()