Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp248 const AlignValueAttr *AlignValue = dyn_cast<AlignValueAttr>(TmplAttr); in InstantiateAttrs() local
249 if (AlignValue) { in InstantiateAttrs()
250 instantiateDependentAlignValueAttr(*this, TemplateArgs, AlignValue, New); in InstantiateAttrs()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDAttr.td368 def AlignValue : Attr {