Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.td86 bit ShowInSystemHeader = 0;
103 class ShowInSystemHeader {
104 bit ShowInSystemHeader = 1;
108 bit ShowInSystemHeader = 0;
121 bit ShowInSystemHeader = 1;
H A DDiagnosticFrontendKinds.td9 class BackendInfo : CatBackend, ShowInSystemHeader;
H A DDiagnosticASTKinds.td565 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader,
571 "is blacklisted}1">, ShowInSystemHeader,
H A DDiagnosticLexKinds.td269 InGroup<PoundWarning>, ShowInSystemHeader;
672 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
H A DDiagnosticSemaKinds.td4418 ShowInSystemHeader;
7507 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader;
7512 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp578 bool ShowInSystemHeader = in getDiagnosticSeverity() local
584 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()