Home
last modified time | relevance | path

Searched refs:ShowInSystemHeader (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/TableGen/
H A DDiagnosticBase.inc78 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 DDiagnostic.td86 bit ShowInSystemHeader = 0;
104 class ShowInSystemHeader {
105 bit ShowInSystemHeader = 1;
109 bit ShowInSystemHeader = 0;
130 bit ShowInSystemHeader = 1;
H A DDiagnosticLexKinds.td299 InGroup<PoundWarning>, ShowInSystemHeader;
597 InGroup<FinalMacro>, ShowInSystemHeader;
759 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
H A DDiagnosticFrontendKinds.td9 class BackendInfo : CatBackend, ShowInSystemHeader;
H A DDiagnosticASTKinds.td567 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader,
573 "is ignorelisted}1">, ShowInSystemHeader,
H A DDiagnosticSemaKinds.td4523 ShowInSystemHeader;
7671 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader;
7676 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnosticIDs.cpp580 bool ShowInSystemHeader = in getDiagnosticSeverity() local
586 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()