Home
last modified time | relevance | path

Searched refs:ShowInSystemMacro (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.td87 bit ShowInSystemMacro = 1;
112 class ShowInSystemMacro {
113 bit ShowInSystemMacro = 1;
117 bit ShowInSystemMacro = 0;
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp593 bool ShowInSystemMacro = in getDiagnosticSeverity() local
595 if (State->SuppressSystemWarnings && !ShowInSystemMacro && Loc.isValid() && in getDiagnosticSeverity()