Searched refs:ShowInSystemHeader (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Diagnostic.td | 86 bit ShowInSystemHeader = 0; 102 class ShowInSystemHeader { 103 bit ShowInSystemHeader = 1; 107 bit ShowInSystemHeader = 0; 112 bit ShowInSystemHeader = 1;
|
| H A D | DiagnosticASTKinds.td | 319 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader, 325 "is blacklisted}1">, ShowInSystemHeader,
|
| H A D | DiagnosticFrontendKinds.td | 10 class BackendInfo : CatBackend, ShowInSystemHeader;
|
| H A D | DiagnosticLexKinds.td | 267 InGroup<PoundWarning>, ShowInSystemHeader; 636 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
|
| H A D | DiagnosticSemaKinds.td | 3652 ShowInSystemHeader; 6469 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader; 6474 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 481 bool ShowInSystemHeader = in getDiagnosticSeverity() local 487 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()
|