Home
last modified time | relevance | path

Searched refs:AlignValue (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp223 const AlignValueAttr *AlignValue = dyn_cast<AlignValueAttr>(TmplAttr); in InstantiateAttrs() local
224 if (AlignValue) { in InstantiateAttrs()
225 instantiateDependentAlignValueAttr(*this, TemplateArgs, AlignValue, New); in InstantiateAttrs()
/external/clang/include/clang/Basic/
DAttr.td366 def AlignValue : Attr {