Home | History | Annotate | Download | only in Sema

Lines Matching refs:NoteID

367                                         const PartialDiagnostic & NoteID,
440 if (NoteID.getDiagID() != 0 && OldLoc.isValid())
441 Diag(OldLoc, NoteID);
521 if (NoteID.getDiagID() != 0 && OldLoc.isValid())
522 Diag(OldLoc, NoteID);
550 if (NoteID.getDiagID() != 0 && OldLoc.isValid())
551 Diag(OldLoc, NoteID);
559 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
585 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
600 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
611 if (NoteID.getDiagID() != 0)
612 Diag(SuperLoc, NoteID);
624 if (NoteID.getDiagID() != 0)
625 Diag(SuperLoc, NoteID);
631 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
636 if (NoteID.getDiagID() != 0)
637 Diag(SuperLoc, NoteID);
717 if (NoteID.getDiagID() != 0)
718 Diag(SuperLoc, NoteID);
723 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
727 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
738 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc,
747 bool Sema::CheckParamExceptionSpec(const PartialDiagnostic &NoteID,