Home | History | Annotate | Download | only in Sema

Lines Matching refs:Diagnosed

815 ///         have diagnosed a problem.
928 /// \param Diagnosed Set to true if an error is produced.
933 bool &Diagnosed) {
950 if (!Diagnosed) {
952 Diagnosed = true;
961 CheckConstexprCtorInitializer(SemaRef, Dcl, I, Inits, Diagnosed);
1085 /// \return true if the body is OK, false if we have diagnosed a problem.
1167 bool Diagnosed = false;
1169 CheckConstexprCtorInitializer(*this, Dcl, I, Inits, Diagnosed);
1170 if (Diagnosed)
4594 // been diagnosed by the checks performed on the member declaration, so
12785 // If we haven't diagnosed this cycle yet, do so now.