Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 DDiagnosticLexKinds.td306 InGroup<PoundWarning>, ShowInSystemHeader;
604 InGroup<FinalMacro>, ShowInSystemHeader;
770 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
H A DDiagnosticFrontendKinds.td9 class BackendInfo : CatBackend, ShowInSystemHeader;
H A DDiagnosticCommonKinds.td350 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader;
H A DDiagnosticASTKinds.td970 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader,
976 "is ignorelisted}1">, ShowInSystemHeader,
H A DDiagnosticSemaKinds.td4555 ShowInSystemHeader;
7724 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader;
7729 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp581 bool ShowInSystemHeader = in getDiagnosticSeverity() local
587 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()