Searched refs:ShowInSystemHeader (Results 1 – 8 of 8) sorted by relevance
/freebsd/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; 253 ShowInSystemHeader, 256 ShowInSystemHeader,
|
H A D | DiagnosticSerializationKinds.td | 83 ShowInSystemHeader,
|
H A D | DiagnosticLexKinds.td | 339 InGroup<PoundWarning>, ShowInSystemHeader; 654 InGroup<FinalMacro>, ShowInSystemHeader; 818 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
|
H A D | DiagnosticASTKinds.td | 415 "enumeration type %3">, DefaultError, ShowInSystemHeader, ShowInSystemMacro, 989 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader, 995 "is ignorelisted}1">, ShowInSystemHeader,
|
H A D | DiagnosticCommonKinds.td | 395 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader;
|
H A D | DiagnosticSemaKinds.td | 4827 ShowInSystemHeader; 8131 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader; 8136 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 579 bool ShowInSystemHeader = in getDiagnosticSeverity() local 585 if (State->SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()
|