Home | History | Annotate | Download | only in Sema

Lines Matching defs:AttrLoc

238                                                SourceLocation AttrLoc,
254 S.Diag(AttrLoc, diag::err_attribute_argument_n_not_int)
261 S.Diag(AttrLoc, diag::err_attribute_argument_out_of_bounds)
268 S.Diag(AttrLoc,
3415 SourceLocation AttrLoc = AttrRange.getBegin();
3442 Diag(AttrLoc, diag::err_attribute_wrong_decl_type)
3449 Diag(AttrLoc, diag::err_alignas_attribute_wrong_decl_type)
3479 Diag(AttrLoc, diag::err_attribute_aligned_not_power_of_two)
3488 Diag(AttrLoc, diag::err_attribute_aligned_greater_than_8192)