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

References

tools/clang/lib/Parse/ParsePragma.cpp
 2260   PP.Lex(Tok);
 2262     PP.Diag(PointersToMembersLoc, diag::warn_pragma_expected_lparen)
 2266   PP.Lex(Tok);
 2269     PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
 2273   PP.Lex(Tok);
 2281         PP.Lex(Tok);
 2285           PP.Diag(Tok.getLocation(),
 2290         PP.Lex(Tok);
 2297         PP.Diag(Tok.getLocation(), diag::err_expected_punc)
 2314         PP.Diag(Tok.getLocation(),
 2323     PP.Diag(Tok.getLocation(), diag::err_expected_rparen_after)
 2329   PP.Lex(Tok);
 2331     PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol)
 2343   PP.EnterToken(AnnotTok, /*IsReinject=*/true);