Searched refs:IsPackExpansion (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Attr.h | 54 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 D | SemaDeclAttr.cpp | 3881 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 D | SemaTemplateInstantiateDecl.cpp | 85 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 D | TreeTransform.h | 5702 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 D | Sema.h | 10072 bool IsPackExpansion); 10074 bool IsPackExpansion);
|