Home | History | Annotate | Download | only in Frontend

Lines Matching refs:it

50   for (const_iterator it = err_begin(), ie = err_end(); it != ie; ++it)
52 << it->second;
53 for (const_iterator it = warn_begin(), ie = warn_end(); it != ie; ++it)
55 << it->second;
56 for (const_iterator it = remark_begin(), ie = remark_end(); it != ie; ++it)
58 << it->second;
59 for (const_iterator it = note_begin(), ie = note_end(); it != ie; ++it)
61 << it->second;