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

References

tools/clang/include/clang/Basic/Diagnostic.h
  650   void setShowColors(bool Val) { ShowColors = Val; }
  651   bool getShowColors() { return ShowColors; }
tools/clang/lib/Basic/Diagnostic.cpp
 1003       TDT.ShowColors = getDiags()->ShowColors;