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;
67 "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader,
73 "is blacklisted}1">, ShowInSystemHeader,
DDiagnosticLexKinds.td259 InGroup<PoundWarning>, ShowInSystemHeader;
579 ShowInSystemHeader, DefaultIgnore, InGroup<DiagGroup<"date-time">>;
/external/clang/lib/Basic/
DDiagnosticIDs.cpp472 bool ShowInSystemHeader = in getDiagnosticSeverity() local
478 if (Diag.SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() && in getDiagnosticSeverity()