Searched refs:Suppressed (Results 1 – 7 of 7) sorted by relevance
280 bool Suppressed = (OnMacroInst >= MacroSkipStart && in emitMacroExpansionsAndCarets() local294 if (Suppressed) { in emitMacroExpansionsAndCarets()
4293 if (Suppressed) return; in diagnose()4335 if (!Diagnoser.Suppressed && Def && !LookupResult::isVisible(Def)) { in RequireCompleteType()4391 /*Complain=*/!Diagnoser.Suppressed); in RequireCompleteType()4403 /*Complain=*/!Diagnoser.Suppressed); in RequireCompleteType()4408 if (Diagnoser.Suppressed) in RequireCompleteType()4477 if (Diagnoser.Suppressed) in RequireLiteralType()
233 SmallVectorImpl<PartialDiagnosticAt> &Suppressed = Pos->second; in DiagnoseUseOfDecl() local234 for (unsigned I = 0, N = Suppressed.size(); I != N; ++I) in DiagnoseUseOfDecl()235 Diag(Suppressed[I].first, Suppressed[I].second); in DiagnoseUseOfDecl()241 Suppressed.clear(); in DiagnoseUseOfDecl()
3499 if (Suppressed) return; in RequireNonAbstractType()
924 bool Suppressed; member926 TypeDiagnoser(bool Suppressed = false) : Suppressed(Suppressed) { } in Suppressed() function957 if (Suppressed) return; in diagnose()977 if (Suppressed) return; in diagnose()998 if (Suppressed) return; in diagnose()
2757 * Suppressed Essential flag on libs, as well as useless Replaces2759 * Suppressed reference to obsolete package `e2fsprogsg' in control
16052 Suppressed check-webkit-style's underscore check in Qt's autotests.