Home
last modified time | relevance | path

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

/freebsd/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;
253 ShowInSystemHeader,
256 ShowInSystemHeader,
H A DDiagnosticSerializationKinds.td83 ShowInSystemHeader,
H A DDiagnosticLexKinds.td339 InGroup<PoundWarning>, ShowInSystemHeader;
654 InGroup<FinalMacro>, ShowInSystemHeader;
818 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
H A DDiagnosticASTKinds.td415 "enumeration type %3">, DefaultError, ShowInSystemHeader, ShowInSystemMacro,
989 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader,
995 "is ignorelisted}1">, ShowInSystemHeader,
H A DDiagnosticCommonKinds.td395 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader;
H A DDiagnosticSemaKinds.td4827 ShowInSystemHeader;
8131 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader;
8136 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp579 bool ShowInSystemHeader = in getDiagnosticSeverity() local
585 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()