reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2538 PP.Lex(Tok); 2540 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); 2545 PP.Lex(Tok); 2547 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); 2562 PP.Diag(Tok.getLocation(), diag::err_pragma_comment_unknown_kind); 2566 if (PP.getTargetInfo().getTriple().isOSBinFormatELF() && Kind != PCK_Lib) { 2567 PP.Diag(Tok.getLocation(), diag::warn_pragma_comment_ignored) 2574 if (PP.getTargetInfo().getTriple().isPS4() && Kind != PCK_Lib) { 2575 PP.Diag(Tok.getLocation(), diag::warn_pragma_comment_ignored) 2581 PP.Lex(Tok); 2583 if (Tok.is(tok::comma) && !PP.LexStringLiteral(Tok, ArgumentString, 2596 PP.Diag(Tok.getLocation(), diag::err_pragma_comment_malformed); 2599 PP.Lex(Tok); // eat the r_paren. 2602 PP.Diag(Tok.getLocation(), diag::err_pragma_comment_malformed); 2607 if (PP.getPPCallbacks()) 2608 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString);