reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
55 friend std::ostream &operator<<(std::ostream &S, const RawStreamProxy<T> &V) { 55 friend std::ostream &operator<<(std::ostream &S, const RawStreamProxy<T> &V) { 55 friend std::ostream &operator<<(std::ostream &S, const RawStreamProxy<T> &V) { 69 static const RawStreamProxy<T> printable(const T &V) { return {V}; } 78 static const RawStreamProxy<llvm::Optional<T>>