Searched refs:ShowInSystemHeader (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 | DiagnosticFrontendKinds.td | 9 class BackendInfo : CatBackend, ShowInSystemHeader; 248 ShowInSystemHeader, 251 ShowInSystemHeader,
|
| H A D | DiagnosticSerializationKinds.td | 78 ShowInSystemHeader,
|
| H A D | DiagnosticLexKinds.td | 325 InGroup<PoundWarning>, ShowInSystemHeader; 623 InGroup<FinalMacro>, ShowInSystemHeader; 785 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
|
| H A D | DiagnosticASTKinds.td | 413 "enumeration type %3">, DefaultError, ShowInSystemHeader, ShowInSystemMacro, 987 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader, 993 "is ignorelisted}1">, ShowInSystemHeader,
|
| H A D | DiagnosticCommonKinds.td | 376 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader;
|
| H A D | DiagnosticSemaKinds.td | 4731 ShowInSystemHeader; 7974 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader; 7979 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 566 bool ShowInSystemHeader = in getDiagnosticSeverity() local 572 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()
|