Searched refs:AlignValue (Results 1 – 2 of 2) sorted by relevance
223 const AlignValueAttr *AlignValue = dyn_cast<AlignValueAttr>(TmplAttr); in InstantiateAttrs() local224 if (AlignValue) { in InstantiateAttrs()225 instantiateDependentAlignValueAttr(*this, TemplateArgs, AlignValue, New); in InstantiateAttrs()
366 def AlignValue : Attr {