Home | History | Annotate | Download | only in Sema

Lines Matching defs:Notes

1125     // Print all the other accesses as notes.
1291 const OptionalNotes &Notes = I->second;
1292 for (unsigned NoteI = 0, NoteN = Notes.size(); NoteI != NoteN; ++NoteI)
1293 S.Diag(Notes[NoteI].first, Notes[NoteI].second);