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

References

tools/clang/lib/Lex/Pragma.cpp
  856   Lex(Tok);
  857   if (Tok.is(tok::l_paren)) {
  858     Diag(Tok.getLocation(), diag::warn_pp_hdrstop_filename_ignored);
  861     if (!LexStringLiteral(Tok, FileName, "pragma hdrstop", false))
  864     if (Tok.isNot(tok::r_paren)) {
  865       Diag(Tok, diag::err_expected) << tok::r_paren;
  868     Lex(Tok);
  870   if (Tok.isNot(tok::eod))
  871     Diag(Tok.getLocation(), diag::ext_pp_extra_tokens_at_eol)
  875       SourceMgr.isInMainFile(Tok.getLocation())) {
  877     Token &Result = Tok;