Home | History | Annotate | Download | only in Parse

Lines Matching refs:Diag

133     PP.Diag(Tok, diag::err_expected_lbrace);
178 PP.Diag(NameLoc, diag::warn_pragma_unknown_extension) << ename;
204 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_lparen)
211 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
217 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_rparen)
222 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
228 PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol)
255 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_lparen) << "pack";
286 PP.Diag(Tok.getLocation(), diag::warn_pragma_pack_invalid_action);
306 PP.Diag(Tok.getLocation(), diag::warn_pragma_pack_malformed);
315 PP.Diag(Tok.getLocation(), diag::warn_pragma_pack_malformed);
328 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_rparen) << "pack";
335 PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol) << "pack";
371 PP.Diag(Tok.getLocation(), diag::warn_pragma_ms_struct);
382 PP.Diag(Tok.getLocation(), diag::warn_pragma_ms_struct);
387 PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol)
415 PP.Diag(Tok.getLocation(), diag::warn_pragma_options_expected_align);
422 PP.Diag(Tok.getLocation(), diag::warn_pragma_align_expected_equal)
429 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
449 PP.Diag(Tok.getLocation(), diag::warn_pragma_align_invalid_option)
456 PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol)
497 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_lparen) << "unused";
517 PP.Diag(Tok.getLocation(), diag::warn_pragma_unused_expected_var);
533 PP.Diag(Tok.getLocation(), diag::warn_pragma_unused_expected_punc);
539 PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol) <<
577 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier) << "weak";
590 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
599 PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol) << "weak";
638 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier) <<
647 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
656 PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol) <<
702 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier) <<
711 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_colon) << ename;
717 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_enable_disable);
728 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_enable_disable);
734 PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol) <<
758 if (PP.getDiagnostics().getDiagnosticLevel(diag::warn_pragma_omp_ignored,
761 PP.Diag(FirstTok, diag::warn_pragma_omp_ignored);
762 PP.getDiagnostics().setDiagnosticMapping(diag::warn_pragma_omp_ignored,
763 diag::MAP_IGNORE,
813 PP.Diag(CommentLoc, diag::err_expected_lparen);
827 PP.Diag(Tok.getLocation(), diag::err_pragma_detect_mismatch_malformed);
836 PP.Diag(Tok.getLocation(), diag::err_expected_rparen);
842 PP.Diag(Tok.getLocation(), diag::err_pragma_detect_mismatch_malformed);
869 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed);
876 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed);
891 PP.Diag(Tok.getLocation(), diag::err_pragma_comment_unknown_kind);
911 PP.Diag(Tok.getLocation(), diag::err_pragma_comment_malformed);
917 PP.Diag(Tok.getLocation(), diag::err_pragma_comment_malformed);