Lines Matching refs:NoteID
265 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID,
517 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpecImpl() argument
662 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl()
663 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl()
668 const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpec() argument
675 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc, in CheckEquivalentExceptionSpec()
768 const PartialDiagnostic &NoteID, in CheckExceptionSpecSubset() argument
813 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
821 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
822 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
831 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
832 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
860 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
861 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
866 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
872 const PartialDiagnostic &NoteID, QualType Target, in CheckSpecForTypesEquivalent() argument
882 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()
892 const PartialDiagnostic &NoteID, in CheckParamExceptionSpec() argument