reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/PPDirectives.cpp
  349     Lex(Tmp);
  351     LexUnexpandedToken(Tmp);
  355   while (Tmp.is(tok::comment))  // Skip comments in -C mode.
  356     LexUnexpandedToken(Tmp);
  358   if (Tmp.is(tok::eod))
  359     return Tmp.getLocation();
  368     Hint = FixItHint::CreateInsertion(Tmp.getLocation(),"//");
  369   Diag(Tmp, diag::ext_pp_extra_tokens_at_eol) << DirType << Hint;