Searched refs:SuppressSystemWarnings (Results 1 – 4 of 4) sorted by relevance
329 unsigned SuppressSystemWarnings : 1; variable337 SuppressSystemWarnings(false) {} in DiagState()683 GetCurDiagState()->SuppressSystemWarnings = Val; in setSuppressSystemWarnings()686 return GetCurDiagState()->SuppressSystemWarnings; in getSuppressSystemWarnings()
587 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()595 if (State->SuppressSystemWarnings && !ShowInSystemMacro && Loc.isValid() && in getDiagnosticSeverity()
2983 (unsigned)DS->SuppressSystemWarnings}) in WritePragmaDiagnosticMappings()
6395 Initial.SuppressSystemWarnings = Flags & 1; Flags >>= 1; in ReadPragmaDiagnosticMappings()