Searched refs:UnwrapStmt (Results 1 – 1 of 1) sorted by relevance
55 struct UnwrapStmt { struct59 struct UnwrapStmt<parser::Statement<A>> { struct62 constexpr UnwrapStmt(const parser::Statement<A> &a) in UnwrapStmt() argument70 struct UnwrapStmt<parser::UnlabeledStatement<A>> { struct73 constexpr UnwrapStmt(const parser::UnlabeledStatement<A> &a) in UnwrapStmt() function103 } else if constexpr (UnwrapStmt<A>::isStmt) { in Pre()104 using T = typename UnwrapStmt<A>::Type; in Pre()108 auto stmt{UnwrapStmt<A>(a)}; in Pre()