Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.td86 bit ShowInSystemHeader = 0;
102 class ShowInSystemHeader {
103 bit ShowInSystemHeader = 1;
107 bit ShowInSystemHeader = 0;
112 bit ShowInSystemHeader = 1;
H A DDiagnosticASTKinds.td319 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader,
325 "is blacklisted}1">, ShowInSystemHeader,
H A DDiagnosticFrontendKinds.td10 class BackendInfo : CatBackend, ShowInSystemHeader;
H A DDiagnosticLexKinds.td267 InGroup<PoundWarning>, ShowInSystemHeader;
636 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
H A DDiagnosticSemaKinds.td3652 ShowInSystemHeader;
6469 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader;
6474 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp481 bool ShowInSystemHeader = in getDiagnosticSeverity() local
487 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()