Home | History | Annotate | Download | only in Parse

Lines Matching defs:DiagId

826     unsigned DiagId = diag::err_two_right_angle_brackets_need_space;
829 DiagId = diag::warn_cxx98_compat_two_right_angle_brackets;
831 DiagId = diag::err_right_angle_bracket_equal_needs_space;
832 Diag(Tok.getLocation(), DiagId) << Hint1 << Hint2;