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

References

tools/clang/lib/Parse/ParsePragma.cpp
 2072   PP.Lex(Tok);
 2073   if (Tok.isNot(tok::identifier)) {
 2074     PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier) <<
 2079   Token RedefName = Tok;
 2080   PP.Lex(Tok);
 2082   if (Tok.isNot(tok::identifier)) {
 2083     PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
 2088   Token AliasName = Tok;
 2089   PP.Lex(Tok);
 2091   if (Tok.isNot(tok::eod)) {
 2092     PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol) <<