Searched defs:UnwrapperHelper (Results 1 – 2 of 2) sorted by relevance
48 struct UnwrapperHelper { struct50 template <typename A, typename B> static const A *Unwrap(B *p) { in Unwrap()59 static const A *Unwrap(const common::Indirection<B, COPY> &x) { in Unwrap()64 static const A *Unwrap(const std::variant<Bs...> &x) { in Unwrap()69 static const A *Unwrap(const std::optional<B> &o) { in Unwrap()78 static const A *Unwrap(const UnlabeledStatement<B> &x) { in Unwrap()102 return UnwrapperHelper::Unwrap<A>(x); in Unwrap() argument
46 struct UnwrapperHelper { struct105 static A *Unwrap(std::variant<Bs...> &u) { in Unwrap()