Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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 DDiagnosticFrontendKinds.td9 class BackendInfo : CatBackend, ShowInSystemHeader;
248 ShowInSystemHeader,
251 ShowInSystemHeader,
H A DDiagnosticSerializationKinds.td78 ShowInSystemHeader,
H A DDiagnosticLexKinds.td325 InGroup<PoundWarning>, ShowInSystemHeader;
623 InGroup<FinalMacro>, ShowInSystemHeader;
785 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
H A DDiagnosticASTKinds.td413 "enumeration type %3">, DefaultError, ShowInSystemHeader, ShowInSystemMacro,
987 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader,
993 "is ignorelisted}1">, ShowInSystemHeader,
H A DDiagnosticCommonKinds.td376 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader;
H A DDiagnosticSemaKinds.td4731 ShowInSystemHeader;
7974 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader;
7979 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp566 bool ShowInSystemHeader = in getDiagnosticSeverity() local
572 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()