Home
last modified time | relevance | path

Searched defs:UnwrapperHelper (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Parser/
Dtools.h48 struct UnwrapperHelper { struct
50 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
/external/llvm-project/flang/include/flang/Common/
Dunwrap.h46 struct UnwrapperHelper { struct
105 static A *Unwrap(std::variant<Bs...> &u) { in Unwrap()