Searched defs:endDir (Results 1 – 4 of 4) sorted by relevance
37 } else if (auto *endDir{ in Post() local89 if (auto *endDir{ in RewriteOpenMPLoopConstruct() local
39 } else if (auto *endDir{ in Post() local181 if (auto *endDir{ in RewriteOpenACCCombinedConstruct() local
65 const auto &endDir{ in Enter() local122 const auto &endDir{std::get<parser::OmpBlockDirective>(endBlockDir.t)}; in Enter() local148 const auto &endDir{std::get<parser::OmpSectionsDirective>(endSectionsDir.t)}; in Enter() local
222 template <typename B> void CheckMatching(const B &beginDir, const B &endDir) { in CheckMatching()