Lines Matching refs:NoteID
278 const PartialDiagnostic & NoteID, in CheckEquivalentExceptionSpec() argument
343 if (NoteID.getDiagID() != 0) in CheckEquivalentExceptionSpec()
344 Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpec()
431 if (NoteID.getDiagID() != 0) in CheckEquivalentExceptionSpec()
432 Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpec()
462 if (NoteID.getDiagID() != 0) in CheckEquivalentExceptionSpec()
463 Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpec()
471 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, in CheckExceptionSpecSubset() argument
489 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
504 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
514 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
515 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
527 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
528 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
534 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
539 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
540 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
625 if (NoteID.getDiagID() != 0) in CheckExceptionSpecSubset()
626 Diag(SuperLoc, NoteID); in CheckExceptionSpecSubset()
631 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
635 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, in CheckSpecForTypesEquivalent() argument
646 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()
655 bool Sema::CheckParamExceptionSpec(const PartialDiagnostic & NoteID, in CheckParamExceptionSpec() argument