Home | History | Annotate | Download | only in Sema

Lines Matching refs:Diagnosed

742 /// \return true if the body is OK, false if we have diagnosed a problem.
811 /// \param Diagnosed
816 bool &Diagnosed) {
825 if (!Diagnosed) {
827 Diagnosed = true;
837 CheckConstexprCtorInitializer(SemaRef, Dcl, *I, Inits, Diagnosed);
844 /// \return true if the body is OK, false if we have diagnosed a problem.
943 bool Diagnosed = false;
946 CheckConstexprCtorInitializer(*this, Dcl, *I, Inits, Diagnosed);
947 if (Diagnosed)
1987 // Taking the address of a temporary will be diagnosed as a hard error.
3746 // been diagnosed by the checks performed on the member declaration, so
11015 // If we haven't diagnosed this cycle yet, do so now.