Home | History | Annotate | Download | only in Sema

Lines Matching refs:Diagnose

457       InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit);
4114 // Per C++ [over.best.ics]p2, we don't diagnose whether the lvalue is a
5119 getAssignmentAction(const InitializedEntity &Entity, bool Diagnose = false) {
5140 return !Diagnose ? Sema::AA_Passing : Sema::AA_Passing_CFAudited;
6052 Diagnose(S, Entity, Kind, Args);
6138 // Diagnose cases where we initialize a pointer to an array temporary, and the
6769 // Diagnose non-fatal problems with the completed initialization.
6786 /// Dig it out and diagnose it.
6821 // Diagnose initialization failures
6878 bool InitializationSequence::Diagnose(Sema &S,
6890 // Dig out the reference subobject which is uninitialized and diagnose it.
6897 diagnose");