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

References

tools/clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h
   86     template <class T> ArgStream &operator<<(const T &Arg) {
   89     ArgStream &operator<<(const Twine &Arg);
  139   ArgStream addError(SourceRange Range, ErrorType Error);
  174   ArgStream pushContextFrame(ContextType Type, SourceRange Range);
tools/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
   14 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type,
   60 Diagnostics::ArgStream &Diagnostics::ArgStream::operator<<(const Twine &Arg) {
   65 Diagnostics::ArgStream Diagnostics::addError(SourceRange Range,
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; };
 1633     { typedef _Tp   type; };