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 DDiagnostic.td87 bit ShowInSystemMacro = 1;
112 class ShowInSystemMacro {
113 bit ShowInSystemMacro = 1;
117 bit ShowInSystemMacro = 0;
H A DDiagnosticASTKinds.td415 "enumeration type %3">, DefaultError, ShowInSystemHeader, ShowInSystemMacro,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp591 bool ShowInSystemMacro = in getDiagnosticSeverity() local
593 if (State->SuppressSystemWarnings && !ShowInSystemMacro && Loc.isValid() && in getDiagnosticSeverity()