reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-cov/CoverageViewOptions.h
   48   ColoredRawOstream colored_ostream(raw_ostream &OS,
tools/llvm-cov/RenderingSupport.h
   20   ColoredRawOstream(const ColoredRawOstream &OS) = delete;
   29   ColoredRawOstream(ColoredRawOstream &&Other)
   43 inline raw_ostream &operator<<(const ColoredRawOstream &OS, T &&Value) {
   49 inline ColoredRawOstream colored_ostream(raw_ostream &OS,
usr/include/c++/7.4.0/ostream
  642     : __is_convertible_to_basic_ostream_impl<_Tp>
  646         typename __is_convertible_to_basic_ostream_impl<_Tp>::__ostream_type>>;
usr/include/c++/7.4.0/type_traits
 1629     { typedef _Tp   type; };