Lines Matching refs:NoteID
264 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID,
516 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpecImpl() argument
661 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl()
662 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl()
667 const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpec() argument
674 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc, in CheckEquivalentExceptionSpec()
767 const PartialDiagnostic &NoteID, in CheckExceptionSpecSubset() argument
812 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
820 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
821 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
830 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
831 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
859 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
860 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
865 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
871 const PartialDiagnostic &NoteID, QualType Target, in CheckSpecForTypesEquivalent() argument
881 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()
891 const PartialDiagnostic &NoteID, in CheckParamExceptionSpec() argument