Home
last modified time | relevance | path

Searched refs:IsPackExpansion (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAttr.h54 unsigned IsPackExpansion : 1; variable
82 IsPackExpansion(false), Implicit(false), IsLateParsed(IsLateParsed), in Attr()
102 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion()
103 bool isPackExpansion() const { return IsPackExpansion; } in isPackExpansion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3881 bool IsPackExpansion) { in AddAlignedAttr() argument
3936 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
3986 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
3991 TypeSourceInfo *TS, bool IsPackExpansion) { in AddAlignedAttr() argument
3995 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
H A DSemaTemplateInstantiateDecl.cpp85 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() argument
92 S.AddAlignedAttr(New, *Aligned, Result.getAs<Expr>(), IsPackExpansion); in instantiateDependentAlignedAttr()
98 S.AddAlignedAttr(New, *Aligned, Result, IsPackExpansion); in instantiateDependentAlignedAttr()
H A DTreeTransform.h5702 bool IsPackExpansion = false; in TransformFunctionTypeParams() local
5769 IsPackExpansion = true; in TransformFunctionTypeParams()
5779 if (IsPackExpansion) in TransformFunctionTypeParams()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10072 bool IsPackExpansion);
10074 bool IsPackExpansion);