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

References

tools/clang/lib/Parse/ParsePragma.cpp
 2356   SourceLocation VtorDispLoc = Tok.getLocation();
 2357   PP.Lex(Tok);
 2358   if (Tok.isNot(tok::l_paren)) {
 2362   PP.Lex(Tok);
 2365   const IdentifierInfo *II = Tok.getIdentifierInfo();
 2369       PP.Lex(Tok);
 2370       if (Tok.isNot(tok::comma)) {
 2374       PP.Lex(Tok);
 2379       PP.Lex(Tok);
 2384     if (Tok.is(tok::r_paren)) {
 2393     const IdentifierInfo *II = Tok.getIdentifierInfo();
 2395       PP.Lex(Tok);
 2398       PP.Lex(Tok);
 2400     } else if (Tok.is(tok::numeric_constant) &&
 2401                PP.parseSimpleIntegerLiteral(Tok, Value)) {
 2403         PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_integer)
 2408       PP.Diag(Tok.getLocation(), diag::warn_pragma_invalid_action)
 2415   if (Tok.isNot(tok::r_paren)) {
 2419   SourceLocation EndLoc = Tok.getLocation();
 2420   PP.Lex(Tok);
 2421   if (Tok.isNot(tok::eod)) {
 2422     PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol)