Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/TableGen/
H A DDiagnosticBase.inc79 bit ShowInSystemMacro = 1;
104 class ShowInSystemMacro {
105 bit ShowInSystemMacro = 1;
109 bit ShowInSystemMacro = 0;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.td87 bit ShowInSystemMacro = 1;
112 class ShowInSystemMacro {
113 bit ShowInSystemMacro = 1;
117 bit ShowInSystemMacro = 0;
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnosticIDs.cpp592 bool ShowInSystemMacro = in getDiagnosticSeverity() local
594 if (State->SuppressSystemWarnings && !ShowInSystemMacro && Loc.isValid() && in getDiagnosticSeverity()