Lines Matching full:diagnosed
862 /// have diagnosed a problem.
975 /// \param Diagnosed Set to true if an error is produced.
980 bool &Diagnosed) {
997 if (!Diagnosed) {
999 Diagnosed = true;
1008 CheckConstexprCtorInitializer(SemaRef, Dcl, I, Inits, Diagnosed);
1132 /// \return true if the body is OK, false if we have diagnosed a problem.
1214 bool Diagnosed = false;
1216 CheckConstexprCtorInitializer(*this, Dcl, I, Inits, Diagnosed);
1217 if (Diagnosed)
13451 // If we haven't diagnosed this cycle yet, do so now.