Home
last modified time | relevance | path

Searched refs:SuppressSystemWarnings (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h329 unsigned SuppressSystemWarnings : 1; variable
337 SuppressSystemWarnings(false) {} in DiagState()
683 GetCurDiagState()->SuppressSystemWarnings = Val; in setSuppressSystemWarnings()
686 return GetCurDiagState()->SuppressSystemWarnings; in getSuppressSystemWarnings()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp587 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()
595 if (State->SuppressSystemWarnings && !ShowInSystemMacro && Loc.isValid() && in getDiagnosticSeverity()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp2983 (unsigned)DS->SuppressSystemWarnings}) in WritePragmaDiagnosticMappings()
H A DASTReader.cpp6395 Initial.SuppressSystemWarnings = Flags & 1; Flags >>= 1; in ReadPragmaDiagnosticMappings()