Searched refs:StreamSwitch (Results 1 – 1 of 1) sorted by relevance
28 template <typename T, typename Enable = void> struct StreamSwitch { struct36 return StreamSwitch<T>::printable(V); in decltype() argument66 struct StreamSwitch<T, decltype((void)(std::declval<llvm::raw_ostream &>()74 struct StreamSwitch<llvm::Optional<T>,