Searched refs:ShowInSystemHeader (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Diagnostic.td | 86 bit ShowInSystemHeader = 0; 104 class ShowInSystemHeader { 105 bit ShowInSystemHeader = 1; 109 bit ShowInSystemHeader = 0; 130 bit ShowInSystemHeader = 1;
|
| H A D | DiagnosticLexKinds.td | 306 InGroup<PoundWarning>, ShowInSystemHeader; 604 InGroup<FinalMacro>, ShowInSystemHeader; 770 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
|
| H A D | DiagnosticFrontendKinds.td | 9 class BackendInfo : CatBackend, ShowInSystemHeader;
|
| H A D | DiagnosticCommonKinds.td | 350 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader;
|
| H A D | DiagnosticASTKinds.td | 970 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader, 976 "is ignorelisted}1">, ShowInSystemHeader,
|
| H A D | DiagnosticSemaKinds.td | 4555 ShowInSystemHeader; 7724 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader; 7729 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 581 bool ShowInSystemHeader = in getDiagnosticSeverity() local 587 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()
|