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