Searched refs:Suppressed (Results 1 – 6 of 6) sorted by relevance
429 bool Suppressed = (OnMacroInst >= MacroSkipStart && in emitMacroExpansions() local432 if (Suppressed) { in emitMacroExpansions()
151 ReturnVisitor(const StackFrameContext *Frame, bool Suppressed) in ReturnVisitor() argument152 : StackFrame(Frame), Mode(Initial), EnableNullFPSuppression(Suppressed) {} in ReturnVisitor()
5062 if (Suppressed) return; in diagnose()5118 if (!Diagnoser.Suppressed && Def && !LookupResult::isVisible(*this, Def)) { in RequireCompleteTypeImpl()5187 /*Complain=*/!Diagnoser.Suppressed); in RequireCompleteTypeImpl()5199 /*Complain=*/!Diagnoser.Suppressed); in RequireCompleteTypeImpl()5204 if (Diagnoser.Suppressed) in RequireCompleteTypeImpl()5284 if (Diagnoser.Suppressed) in RequireLiteralType()
279 SmallVectorImpl<PartialDiagnosticAt> &Suppressed = Pos->second; in DiagnoseUseOfDecl() local280 for (unsigned I = 0, N = Suppressed.size(); I != N; ++I) in DiagnoseUseOfDecl()281 Diag(Suppressed[I].first, Suppressed[I].second); in DiagnoseUseOfDecl()287 Suppressed.clear(); in DiagnoseUseOfDecl()
4034 if (Suppressed) return; in RequireNonAbstractType()
1119 bool Suppressed; member1121 TypeDiagnoser(bool Suppressed = false) : Suppressed(Suppressed) { } in Suppressed() function1152 if (Suppressed) return; in diagnose()1172 if (Suppressed) return; in diagnose()1193 if (Suppressed) return; in diagnose()