Home
last modified time | relevance | path

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

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