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

Declarations

include/llvm/Support/WithColor.h
   91   static raw_ostream &note(raw_ostream &OS, StringRef Prefix = "",

References

lib/DebugInfo/DWARF/DWARFVerifier.cpp
 1488 raw_ostream &DWARFVerifier::note() const { return WithColor::note(OS); }
lib/Support/SourceMgr.cpp
  400       WithColor::note(OS, "", !ShowColors);
lib/Support/WithColor.cpp
   64 raw_ostream &WithColor::note() { return note(errs()); }
tools/llvm-dis/llvm-dis.cpp
  133       case DS_Note: WithColor::note(OS); break;