Home
last modified time | relevance | path

Searched refs:Suppressed (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp280 bool Suppressed = (OnMacroInst >= MacroSkipStart && in emitMacroExpansionsAndCarets() local
294 if (Suppressed) { in emitMacroExpansionsAndCarets()
/external/clang/lib/Sema/
DSemaType.cpp4293 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()
DSemaExpr.cpp233 SmallVectorImpl<PartialDiagnosticAt> &Suppressed = Pos->second; in DiagnoseUseOfDecl() local
234 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()
DSemaDeclCXX.cpp3499 if (Suppressed) return; in RequireNonAbstractType()
/external/clang/include/clang/Sema/
DSema.h924 bool Suppressed; member
926 TypeDiagnoser(bool Suppressed = false) : Suppressed(Suppressed) { } in Suppressed() function
957 if (Suppressed) return; in diagnose()
977 if (Suppressed) return; in diagnose()
998 if (Suppressed) return; in diagnose()
/external/e2fsprogs/debian/
Dchangelog2757 * Suppressed Essential flag on libs, as well as useless Replaces
2759 * Suppressed reference to obsolete package `e2fsprogsg' in control
/external/webkit/Tools/
DChangeLog-2010-05-2416052 Suppressed check-webkit-style's underscore check in Qt's autotests.