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

References

tools/clang/lib/Parse/ParsePragma.cpp
 1584   PP.LexUnexpandedToken(Tok);
 1592     PP.LexUnexpandedToken(Tok);
 1594       PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_lparen)
 1598     PP.LexUnexpandedToken(Tok);
 1601       PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
 1605     PP.LexUnexpandedToken(Tok);
 1607       PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_rparen)
 1612     PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
 1617   PP.LexUnexpandedToken(Tok);
 1619     PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol)
 1631   PP.EnterTokenStream(std::move(Toks), 1, /*DisableMacroExpansion=*/true,