Home | History | Annotate | Download | only in Lex

Lines Matching defs:Hint

221     FixItHint Hint;
224 Hint = FixItHint::CreateInsertion(Tmp.getLocation(),"//");
225 Diag(Tmp, diag::ext_pp_extra_tokens_at_eol) << DirType << Hint;