Searched refs:ShowInSystemHeader (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.td | 86 bit ShowInSystemHeader = 0; 103 class ShowInSystemHeader { 104 bit ShowInSystemHeader = 1; 108 bit ShowInSystemHeader = 0; 121 bit ShowInSystemHeader = 1;
|
| H A D | DiagnosticFrontendKinds.td | 9 class BackendInfo : CatBackend, ShowInSystemHeader;
|
| H A D | DiagnosticASTKinds.td | 565 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader, 571 "is blacklisted}1">, ShowInSystemHeader,
|
| H A D | DiagnosticLexKinds.td | 269 InGroup<PoundWarning>, ShowInSystemHeader; 672 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
|
| H A D | DiagnosticSemaKinds.td | 4418 ShowInSystemHeader; 7507 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader; 7512 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 578 bool ShowInSystemHeader = in getDiagnosticSeverity() local 584 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()
|