Home
last modified time | relevance | path

Searched refs:ShowInSystemMacro (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h204 unsigned ShowInSystemMacro : 1;
212 ShowInSystemMacro, HasGroup, Group, in get_as_tuple()
220 bool ShowInSystemMacro = false,
224 ShowInSystemMacro(ShowInSystemMacro), HasGroup(Group != std::nullopt), in DefaultSeverity()
H A DDiagnostic.td87 bit ShowInSystemMacro = 1;
112 class ShowInSystemMacro {
113 bit ShowInSystemMacro = 1;
117 bit ShowInSystemMacro = 0;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp564 bool ShowInSystemMacro = true; in getDiagnosticSeverity() local
566 ShowInSystemMacro = Rec->WarnShowInSystemMacro; in getDiagnosticSeverity()
568 if (!ShowInSystemMacro) in getDiagnosticSeverity()