Home
last modified time | relevance | path

Searched refs:ShowInSystemHeader (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h202 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 DDiagnostic.td86 bit ShowInSystemHeader = 0;
104 class ShowInSystemHeader {
105 bit ShowInSystemHeader = 1;
109 bit ShowInSystemHeader = 0;
130 bit ShowInSystemHeader = 1;
H A DDiagnosticSerializationKinds.td83 ShowInSystemHeader,
87 ShowInSystemHeader,
H A DDiagnosticFrontendKinds.td9 class BackendInfo : CatBackend, ShowInSystemHeader;
251 ShowInSystemHeader,
254 ShowInSystemHeader,
H A DDiagnosticLexKinds.td347 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 DDiagnosticCommonKinds.td394 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader;
H A DDiagnosticASTKinds.td1016 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader,
1022 "is ignorelisted}1">, ShowInSystemHeader,
H A DDiagnosticSemaKinds.td2483 ShowInSystemHeader;
5064 ShowInSystemHeader;
8529 InGroup<DeleteNonAbstractNonVirtualDtor>, DefaultIgnore, ShowInSystemHeader;
8534 "non-virtual destructor">, InGroup<DeleteAbstractNonVirtualDtor>, ShowInSystemHeader;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp550 bool ShowInSystemHeader = true; in getDiagnosticSeverity() local
552 ShowInSystemHeader = in getDiagnosticSeverity()
555 ShowInSystemHeader = Rec->WarnShowInSystemHeader; in getDiagnosticSeverity()
557 if (!ShowInSystemHeader) in getDiagnosticSeverity()