Lines Matching defs:AttrLoc
1362 SourceLocation AttrLoc = TmpAttr.getLocation();
1365 Diag(AttrLoc, diag::warn_attribute_return_pointers_refs_only)
1374 Diag(AttrLoc, diag::err_attribute_argument_n_type)
1378 Diag(AttrLoc, diag::err_attribute_argument_type)
1385 Diag(AttrLoc, diag::err_alignment_not_power_of_two)
1396 Diag(AttrLoc, diag::err_attribute_argument_n_type)
1410 SourceLocation AttrLoc = CI.getLoc();
1414 Diag(AttrLoc, diag::warn_attribute_return_pointers_refs_only)
3870 SourceLocation AttrLoc = CI.getLoc();
3882 Diag(AttrLoc, diag::warn_attribute_pointer_or_reference_only)
3895 Diag(AttrLoc, diag::err_alignment_not_power_of_two)
3972 SourceLocation AttrLoc) {
3988 return S.Diag(AttrLoc, diag::err_attribute_wrong_decl_type)
3994 return S.Diag(AttrLoc, diag::err_alignas_attribute_wrong_decl_type)
4003 SourceLocation AttrLoc = CI.getLoc();
4007 validateAlignasAppliedType(*this, D, TmpAttr, AttrLoc))
4016 Diag(AttrLoc, diag::err_alignment_dependent_typedef_name)
4040 Diag(AttrLoc, diag::err_attribute_aligned_too_great)
4053 Diag(AttrLoc, diag::err_alignment_not_power_of_two)
4093 SourceLocation AttrLoc = CI.getLoc();
4097 validateAlignasAppliedType(*this, D, TmpAttr, AttrLoc))
4106 Diag(AttrLoc, diag::err_alignment_dependent_typedef_name)
4299 SourceLocation AttrLoc = CI.getLoc();
4320 Diag(AttrLoc, diag::warn_vector_mode_deprecated);
4335 Diag(AttrLoc, diag::err_machine_mode) << 0 /*Unknown*/ << Name;
4367 Diag(AttrLoc, diag::err_enum_mode_vector_type) << Name << CI.getRange();
4376 Diag(AttrLoc, diag::err_mode_not_primitive);
4379 Diag(AttrLoc, diag::err_mode_wrong_type);
4382 Diag(AttrLoc, diag::err_mode_wrong_type);
4385 Diag(AttrLoc, diag::err_mode_wrong_type);
4399 Diag(AttrLoc, diag::err_machine_mode) << 1 /*Unsupported*/ << Name;
4414 Diag(AttrLoc, diag::err_complex_mode_vector_type);
4425 Diag(AttrLoc, diag::err_mode_wrong_type);