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

References

tools/clang/lib/Parse/ParsePragma.cpp
 2537   SourceLocation CommentLoc = Tok.getLocation();
 2538   PP.Lex(Tok);
 2539   if (Tok.isNot(tok::l_paren)) {
 2545   PP.Lex(Tok);
 2546   if (Tok.isNot(tok::identifier)) {
 2552   IdentifierInfo *II = Tok.getIdentifierInfo();
 2562     PP.Diag(Tok.getLocation(), diag::err_pragma_comment_unknown_kind);
 2567     PP.Diag(Tok.getLocation(), diag::warn_pragma_comment_ignored)
 2575     PP.Diag(Tok.getLocation(), diag::warn_pragma_comment_ignored)
 2581   PP.Lex(Tok);
 2583   if (Tok.is(tok::comma) && !PP.LexStringLiteral(Tok, ArgumentString,
 2583   if (Tok.is(tok::comma) && !PP.LexStringLiteral(Tok, ArgumentString,
 2595   if (Tok.isNot(tok::r_paren)) {
 2596     PP.Diag(Tok.getLocation(), diag::err_pragma_comment_malformed);
 2599   PP.Lex(Tok);  // eat the r_paren.
 2601   if (Tok.isNot(tok::eod)) {
 2602     PP.Diag(Tok.getLocation(), diag::err_pragma_comment_malformed);