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