Searched refs:ShowInSystemHeader (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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; 663 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
|
H A D | DiagnosticSemaKinds.td | 4373 ShowInSystemHeader; 7452 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader; 7457 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 578 bool ShowInSystemHeader = in getDiagnosticSeverity() local 584 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()
|