Home | History | Annotate | Download | only in Sema

Lines Matching full:noteid

318                                         const PartialDiagnostic & NoteID,
391 if (NoteID.getDiagID() != 0)
392 Diag(OldLoc, NoteID);
479 if (NoteID.getDiagID() != 0)
480 Diag(OldLoc, NoteID);
510 if (NoteID.getDiagID() != 0)
511 Diag(OldLoc, NoteID);
519 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
545 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
560 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
571 if (NoteID.getDiagID() != 0)
572 Diag(SuperLoc, NoteID);
584 if (NoteID.getDiagID() != 0)
585 Diag(SuperLoc, NoteID);
591 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
596 if (NoteID.getDiagID() != 0)
597 Diag(SuperLoc, NoteID);
680 if (NoteID.getDiagID() != 0)
681 Diag(SuperLoc, NoteID);
686 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
690 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
701 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc,
710 bool Sema::CheckParamExceptionSpec(const PartialDiagnostic & NoteID,