Searched refs:WrapperTrait (Results 1 – 7 of 7) sorted by relevance
91 } else if constexpr (WrapperTrait<B>) { in Unwrap()
710 if (fortran.empty() && (UnionTrait<T> || WrapperTrait<T>)) { in NODE()725 if (AsFortran<T>(x).empty() && (UnionTrait<T> || WrapperTrait<T>)) { in Post()
208 std::enable_if_t<WrapperTrait<A>> Walk(const A &x, V &visitor) { in Walk()215 std::enable_if_t<WrapperTrait<A>> Walk(A &x, M &mutator) { in Walk()
51 CLASS_TRAIT(WrapperTrait) in CLASS_TRAIT() argument120 using WrapperTrait = std::true_type; \
264 } else if constexpr (WrapperTrait<T>) { in Get()
86 } else if constexpr (WrapperTrait<T>) { in Set()
172 if constexpr (WrapperTrait<A>) { in GetStmtName()