Searched refs:ShowInSystemHeader (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticIDs.h | 202 unsigned ShowInSystemHeader : 1; 211 return std::tuple(DefaultSeverity, DiagClass, ShowInSystemHeader, in get_as_tuple() 219 bool ShowInSystemHeader = false, 223 DiagClass(Class), ShowInSystemHeader(ShowInSystemHeader), in DefaultSeverity() 240 bool ShouldShowInSystemHeader() const { return ShowInSystemHeader; } in ShouldShowInSystemHeader()
|
| 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 | DiagnosticSerializationKinds.td | 83 ShowInSystemHeader, 87 ShowInSystemHeader,
|
| H A D | DiagnosticFrontendKinds.td | 9 class BackendInfo : CatBackend, ShowInSystemHeader; 251 ShowInSystemHeader, 254 ShowInSystemHeader,
|
| H A D | DiagnosticLexKinds.td | 347 InGroup<PoundWarning>, ShowInSystemHeader; 675 InGroup<FinalMacro>, ShowInSystemHeader; 841 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>; 845 "parsing modulemap '%0'">, ShowInSystemHeader, InGroup<ModuleMap>; 847 "loading modulemap '%0'">, ShowInSystemHeader, InGroup<ModuleMap>; 849 "loading parsed module '%0'">, ShowInSystemHeader, InGroup<ModuleMap>;
|
| H A D | DiagnosticCommonKinds.td | 394 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader;
|
| H A D | DiagnosticASTKinds.td | 1016 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader, 1022 "is ignorelisted}1">, ShowInSystemHeader,
|
| H A D | DiagnosticSemaKinds.td | 2483 ShowInSystemHeader; 5064 ShowInSystemHeader; 8529 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader; 8534 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 550 bool ShowInSystemHeader = true; in getDiagnosticSeverity() local 552 ShowInSystemHeader = in getDiagnosticSeverity() 555 ShowInSystemHeader = Rec->WarnShowInSystemHeader; in getDiagnosticSeverity() 557 if (!ShowInSystemHeader) in getDiagnosticSeverity()
|