Searched refs:UnwrapStmt (Results 1 – 1 of 1) sorted by relevance
36 struct UnwrapStmt { struct40 struct UnwrapStmt<parser::Statement<A>> { struct43 constexpr UnwrapStmt(const parser::Statement<A> &a) in UnwrapStmt() argument51 struct UnwrapStmt<parser::UnlabeledStatement<A>> { struct54 constexpr UnwrapStmt(const parser::UnlabeledStatement<A> &a) in UnwrapStmt() function83 } else if constexpr (UnwrapStmt<A>::isStmt) { in Pre()84 using T = typename UnwrapStmt<A>::Type; in Pre()88 auto stmt{UnwrapStmt<A>(a)}; in Pre()