Home | History | Annotate | Download | only in Sema

Lines Matching refs:AttrLoc

1621                                   SourceLocation AttrLoc) {
1626 Diag(AttrLoc, diag::err_attribute_invalid_vector_type) << T;
1633 Diag(AttrLoc, diag::err_attribute_argument_type)
1644 Diag(AttrLoc, diag::err_attribute_zero_size)
1650 Diag(AttrLoc, diag::err_attribute_size_too_large)
1658 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc);
2741 SourceLocation AttrLoc;
2747 AttrLoc = Attr->getLoc();
2752 if (AttrLoc.isInvalid()) {
2757 AttrLoc = Attr->getLoc();
2763 if (AttrLoc.isValid()) {
2767 if (AttrLoc.isMacroID())
2768 AttrLoc = S.SourceMgr.getImmediateExpansionRange(AttrLoc).first;
2770 S.Diag(AttrLoc, diag::warn_arc_lifetime_result_type)
3943 SourceLocation AttrLoc = attr.getLoc();
3944 if (AttrLoc.isMacroID())
3945 AttrLoc = S.getSourceManager().getImmediateExpansionRange(AttrLoc).first;
3948 S.Diag(AttrLoc, diag::err_attribute_argument_type)
3969 S.Diag(AttrLoc, diag::warn_attribute_type_not_supported)
3982 S.Diag(AttrLoc, diag::err_attr_objc_ownership_redundant)
4011 S.Diag(AttrLoc, diag::warn_type_attribute_wrong_type) << name
4021 if (AttrLoc.isValid())
4033 S.getSourceManager().getExpansionLoc(AttrLoc),
4036 S.Diag(AttrLoc, diag::err_arc_weak_no_runtime);
4050 S.Diag(AttrLoc, diag::err_arc_unsupported_weak_class);