Home | History | Annotate | Download | only in Sema

Lines Matching refs:Diagnose

318       InitSeq.Diagnose(SemaRef, MemberEntity, Kind, 0, 0);
427 InitSeq.Diagnose(SemaRef, ElementEntity, Kind, 0, 0);
718 // Note: 8.5.1 is handled below; here, we diagnose the case where
3404 // Per C++ [over.best.ics]p2, we don't diagnose whether the lvalue is a
4759 Diagnose(S, Entity, Kind, (Expr **)Args.release(), NumArgs);
5363 // Diagnose non-fatal problems with the completed initialization.
5374 // Diagnose initialization failures
5376 bool InitializationSequence::Diagnose(Sema &S,