Home | History | Annotate | Download | only in Sema

Lines Matching refs:Diagnose

317       InitSeq.Diagnose(SemaRef, MemberEntity, Kind, 0, 0);
426 InitSeq.Diagnose(SemaRef, ElementEntity, Kind, 0, 0);
3396 // Per C++ [over.best.ics]p2, we don't diagnose whether the lvalue is a
4875 Diagnose(S, Entity, Kind, Args.data(), NumArgs);
4946 // Diagnose cases where we initialize a pointer to an array temporary, and the
5542 // Diagnose non-fatal problems with the completed initialization.
5553 /// Dig it out and diagnose it.
5591 // Diagnose initialization failures
5593 bool InitializationSequence::Diagnose(Sema &S,
5605 // Dig out the reference subobject which is uninitialized and diagnose it.
5612 assert(Diagnosed && "couldn't find uninitialized reference to diagnose");