Home | History | Annotate | Download | only in Sema

Lines Matching refs:AA

3411     AlignedAttr *AA = ::new (Context) AlignedAttr(TmpAttr);
3412 AA->setPackExpansion(IsPackExpansion);
3413 D->addAttr(AA);
3448 AlignedAttr *AA = ::new (Context) AlignedAttr(AttrRange, Context, true,
3450 AA->setPackExpansion(IsPackExpansion);
3451 D->addAttr(AA);
3458 AlignedAttr *AA = ::new (Context) AlignedAttr(AttrRange, Context, false, TS,
3460 AA->setPackExpansion(IsPackExpansion);
3461 D->addAttr(AA);