Home
last modified time | relevance | path

Searched refs:WrapperTrait (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dtools.h91 } else if constexpr (WrapperTrait<B>) { in Unwrap()
H A Dparse-tree-visitor.h209 std::enable_if_t<WrapperTrait<A>> Walk(const A &x, V &visitor) { in Walk()
216 std::enable_if_t<WrapperTrait<A>> Walk(A &x, M &mutator) { in Walk()
H A Ddump-parse-tree.h723 if (fortran.empty() && (UnionTrait<T> || WrapperTrait<T>)) { in NODE()
738 if (AsFortran<T>(x).empty() && (UnionTrait<T> || WrapperTrait<T>)) { in Post()
H A Dparse-tree.h51 CLASS_TRAIT(WrapperTrait) in CLASS_TRAIT() argument
120 using WrapperTrait = std::true_type; \
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h283 } else if constexpr (WrapperTrait<T>) { in Get()
H A Dexpression.h86 } else if constexpr (WrapperTrait<T>) { in Set()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp177 if constexpr (WrapperTrait<A>) { in GetStmtName()