Home | History | Annotate | Download | only in Lex

Lines Matching defs:Hint

189     FixItHint Hint;
192 Hint = FixItHint::CreateInsertion(Tmp.getLocation(),"//");
193 Diag(Tmp, diag::ext_pp_extra_tokens_at_eol) << DirType << Hint;