Home | History | Annotate | Download | only in Sema

Lines Matching full:alignvalue

248     const AlignValueAttr *AlignValue = dyn_cast<AlignValueAttr>(TmplAttr);
249 if (AlignValue) {
250 instantiateDependentAlignValueAttr(*this, TemplateArgs, AlignValue, New);