Home | History | Annotate | Download | only in Sema

Lines Matching refs:Diagnose

431       InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit);
3842 // Per C++ [over.best.ics]p2, we don't diagnose whether the lvalue is a
4825 getAssignmentAction(const InitializedEntity &Entity, bool Diagnose = false) {
4846 return !Diagnose ? Sema::AA_Passing : Sema::AA_Passing_CFAudited;
5652 Diagnose(S, Entity, Kind, Args);
5723 // Diagnose cases where we initialize a pointer to an array temporary, and the
6347 // Diagnose non-fatal problems with the completed initialization.
6358 /// Dig it out and diagnose it.
6393 // Diagnose initialization failures
6437 bool InitializationSequence::Diagnose(Sema &S,
6449 // Dig out the reference subobject which is uninitialized and diagnose it.
6456 assert(Diagnosed && "couldn't find uninitialized reference to diagnose");