Home | History | Annotate | Download | only in Parse

Lines Matching refs:DiagId

740   unsigned DiagId = diag::err_two_right_angle_brackets_need_space;
742 DiagId = diag::warn_cxx98_compat_two_right_angle_brackets;
744 DiagId = diag::err_right_angle_bracket_equal_needs_space;
745 Diag(Tok.getLocation(), DiagId) << Hint1 << Hint2;