Searched refs:ShowInSystemHeader (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/test/TableGen/ |
| H A D | DiagnosticBase.inc | 78 bit ShowInSystemHeader = 0; 96 class ShowInSystemHeader { 97 bit ShowInSystemHeader = 1; 101 bit ShowInSystemHeader = 0; 122 bit ShowInSystemHeader = 1;
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Diagnostic.td | 86 bit ShowInSystemHeader = 0; 104 class ShowInSystemHeader { 105 bit ShowInSystemHeader = 1; 109 bit ShowInSystemHeader = 0; 130 bit ShowInSystemHeader = 1;
|
| H A D | DiagnosticLexKinds.td | 299 InGroup<PoundWarning>, ShowInSystemHeader; 597 InGroup<FinalMacro>, ShowInSystemHeader; 759 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
|
| H A D | DiagnosticFrontendKinds.td | 9 class BackendInfo : CatBackend, ShowInSystemHeader;
|
| H A D | DiagnosticASTKinds.td | 567 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader, 573 "is ignorelisted}1">, ShowInSystemHeader,
|
| H A D | DiagnosticSemaKinds.td | 4523 ShowInSystemHeader; 7671 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader; 7676 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 580 bool ShowInSystemHeader = in getDiagnosticSeverity() local 586 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()
|