Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnostic.td72 bit ShowInSystemHeader = 0;
88 class ShowInSystemHeader {
89 bit ShowInSystemHeader = 1;
93 bit ShowInSystemHeader = 0;
98 bit ShowInSystemHeader = 1;
DDiagnosticFrontendKinds.td10 class BackendInfo : CatBackend, ShowInSystemHeader;
54 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader,
60 "is blacklisted}1">, ShowInSystemHeader,
DDiagnosticLexKinds.td253 InGroup<PoundWarning>, ShowInSystemHeader;
555 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
/external/clang/lib/Basic/
DDiagnosticIDs.cpp470 bool ShowInSystemHeader = in getDiagnosticSeverity() local
476 if (Diag.SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()