Lines Matching refs:NoteID
260 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID,
511 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpecImpl() argument
656 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl()
657 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl()
662 const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpec() argument
669 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc, in CheckEquivalentExceptionSpec()
762 const PartialDiagnostic &NoteID, in CheckExceptionSpecSubset() argument
807 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
815 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
816 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
825 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
826 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
854 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
855 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
860 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
866 const PartialDiagnostic &NoteID, QualType Target, in CheckSpecForTypesEquivalent() argument
876 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()
886 const PartialDiagnostic &NoteID, in CheckParamExceptionSpec() argument