HomeSort by: relevance | last modified time | path
    Searched defs:hasNoWarningAsError (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticIDs.h 103 unsigned HasNoWarningAsError : 1;
114 Result.HasNoWarningAsError = 0;
131 bool hasNoWarningAsError() const { return HasNoWarningAsError; }
132 void setNoWarningAsError(bool Value) { HasNoWarningAsError = Value; }
145 return (IsUser << 7) | (IsPragma << 6) | (HasNoWarningAsError << 5) |
153 Result.HasNoWarningAsError = (Bits >> 5) & 1;
DiagnosticIDs.h 103 unsigned HasNoWarningAsError : 1;
114 Result.HasNoWarningAsError = 0;
131 bool hasNoWarningAsError() const { return HasNoWarningAsError; }
132 void setNoWarningAsError(bool Value) { HasNoWarningAsError = Value; }
145 return (IsUser << 7) | (IsPragma << 6) | (HasNoWarningAsError << 5) |
153 Result.HasNoWarningAsError = (Bits >> 5) & 1;

Completed in 46 milliseconds