Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAttr.h54 unsigned IsPackExpansion : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3881 bool IsPackExpansion) { in AddAlignedAttr()
3991 TypeSourceInfo *TS, bool IsPackExpansion) { in AddAlignedAttr()
H A DSemaTemplateInstantiateDecl.cpp85 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr()
H A DTreeTransform.h5702 bool IsPackExpansion = false; in TransformFunctionTypeParams() local