Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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;
663 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
H A DDiagnosticSemaKinds.td4373 ShowInSystemHeader;
7452 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader;
7457 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp578 bool ShowInSystemHeader = in getDiagnosticSeverity() local
584 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()