Lines Matching refs:NoteID
244 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID,
485 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpecImpl() argument
630 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl()
631 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl()
636 const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpec() argument
643 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc, in CheckEquivalentExceptionSpec()
736 const PartialDiagnostic &NoteID, in CheckExceptionSpecSubset() argument
780 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
788 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
789 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
817 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
818 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
823 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
829 const PartialDiagnostic &NoteID, QualType Target, in CheckSpecForTypesEquivalent() argument
839 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()
849 const PartialDiagnostic &NoteID, in CheckParamExceptionSpec() argument