Home
last modified time | relevance | path

Searched defs:IsPackExpansion (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DAttr.h55 unsigned IsPackExpansion : 1; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3185 unsigned SpellingListIndex, bool IsPackExpansion) { in AddAlignedAttr()
3288 unsigned SpellingListIndex, bool IsPackExpansion) { in AddAlignedAttr()
H A DSemaTemplateInstantiateDecl.cpp80 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr()
H A DTreeTransform.h4817 bool IsPackExpansion = false; in TransformFunctionTypeParams() local