Home | History | Annotate | Download | only in Sema

Lines Matching defs:Notes

666       const OptionalNotes &Notes = I->second;
667 for (unsigned NoteI = 0, NoteN = Notes.size(); NoteI != NoteN; ++NoteI)
668 S.Diag(Notes[NoteI].first, Notes[NoteI].second);