Home | History | Annotate | Download | only in Sema

Lines Matching refs:AttrLoc

2723   SourceLocation AttrLoc = AttrRange.getBegin();
2750 Diag(AttrLoc, diag::err_attribute_wrong_decl_type) << &TmpAttr
2756 Diag(AttrLoc, diag::err_alignas_attribute_wrong_decl_type)
2786 Diag(AttrLoc, diag::err_attribute_aligned_not_power_of_two)
2794 Diag(AttrLoc, diag::err_attribute_aligned_too_great) << MaxValidAlignment