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

References

tools/clang/include/clang/Basic/DiagnosticIDs.h
  113     Result.HasNoWarningAsError = 0;
  130   bool hasNoWarningAsError() const { return HasNoWarningAsError; }
  131   void setNoWarningAsError(bool Value) { HasNoWarningAsError = Value; }
  144     return (IsUser << 7) | (IsPragma << 6) | (HasNoWarningAsError << 5) |
  152     Result.HasNoWarningAsError = (Bits >> 5) & 1;