reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
91 static raw_ostream ¬e(raw_ostream &OS, StringRef Prefix = "",
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;