Lines Matching refs:NoteID
258 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID,
509 Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpecImpl() argument
654 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl()
655 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl()
660 const PartialDiagnostic &NoteID, in CheckEquivalentExceptionSpec() argument
667 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc, in CheckEquivalentExceptionSpec()
760 const PartialDiagnostic &NoteID, in CheckExceptionSpecSubset() argument
805 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
813 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
814 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
823 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
824 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
852 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
853 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
858 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset()
864 const PartialDiagnostic &NoteID, QualType Target, in CheckSpecForTypesEquivalent() argument
874 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()
884 const PartialDiagnostic &NoteID, in CheckParamExceptionSpec() argument