• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/

Lines Matching refs:diag

121       Diag(Tok.getLocation(), diag::err_expected_template);
195 Diag(Tok.getLocation(), diag::err_templated_invalid_declaration)
283 Diag(Tok, diag::err_function_definition_not_allowed);
292 Diag(DS.getStorageClassSpecLoc(), diag::err_function_declared_typedef)
302 Diag(Tok, diag::err_template_defn_explicit_instantiation) << 0;
309 diag::err_explicit_instantiation_with_definition)
335 Diag(Tok, diag::err_multiple_template_declarators)
342 ExpectAndConsumeSemi(diag::err_expected_semi_declaration);
367 Diag(Tok.getLocation(), diag::ext_concept_legacy_bool_keyword) <<
385 diag::err_concept_definition_not_identifier);
399 Diag(Result.getBeginLoc(), diag::err_concept_definition_not_identifier);
410 Diag(Tok.getLocation(), diag::err_expected) << tok::equal;
423 ExpectAndConsumeSemi(diag::err_expected_semi_declaration);
445 Diag(Tok.getLocation(), diag::err_expected_less_after) << "template";
467 Diag(Tok.getLocation(), diag::err_expected) << tok::greater;
506 Diag(Tok.getLocation(), diag::err_expected_comma_greater);
625 Diag(Tok.getLocation(), diag::err_expected_template_parameter);
627 Diag(Tok.getLocation(), diag::note_meant_to_use_typename)
794 ? diag::warn_cxx98_compat_variadic_templates
795 : diag::ext_variadic_templates);
809 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier;
882 ? diag::warn_cxx14_compat_template_template_param_typename
883 : diag::ext_template_template_param_typename)
889 Diag(Tok.getLocation(), diag::err_class_on_template_template_param)
893 Diag(Tok.getLocation(), diag::err_class_on_template_template_param);
904 ? diag::warn_cxx98_compat_variadic_templates
905 : diag::ext_variadic_templates);
918 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier;
942 diag::err_default_template_template_parameter_not_template);
973 Diag(Tok.getLocation(), diag::err_expected_template_parameter);
1015 Diag(EllipsisLoc, diag::err_misplaced_ellipsis_in_declaration)
1056 Diag(getEndOfPreviousToken(), diag::err_expected) << tok::greater;
1057 Diag(LAngleLoc, diag::note_matching) << tok::less;
1137 unsigned DiagId = diag::err_two_right_angle_brackets_need_space;
1140 DiagId = diag::warn_cxx98_compat_two_right_angle_brackets;
1142 DiagId = diag::err_right_angle_bracket_equal_needs_space;