Searched defs:UnwrapStmt (Results 1 – 1 of 1) sorted by relevance
36 struct UnwrapStmt { struct37 static constexpr bool isStmt{false};40 struct UnwrapStmt<parser::Statement<A>> { struct41 static constexpr bool isStmt{true};42 using Type = typename RemoveIndirectionHelper<A>::Type;43 constexpr UnwrapStmt(const parser::Statement<A> &a) in UnwrapStmt() argument46 const Type &unwrapped;47 parser::CharBlock position;48 std::optional<parser::Label> label;51 struct UnwrapStmt<parser::UnlabeledStatement<A>> { struct[all …]