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

Declarations

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

References

lib/Support/SourceMgr.cpp
  403       WithColor::remark(OS, "", !ShowColors);
lib/Support/WithColor.cpp
   66 raw_ostream &WithColor::remark() { return remark(errs()); }