Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DAttr.h49 unsigned IsPackExpansion : 1; variable
77 IsPackExpansion(false), Implicit(false), IsLateParsed(IsLateParsed), in Attr()
97 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion()
98 bool isPackExpansion() const { return IsPackExpansion; } in isPackExpansion()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp4241 bool IsPackExpansion) { in AddAlignedAttr() argument
4302 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
4362 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
4367 TypeSourceInfo *TS, bool IsPackExpansion) { in AddAlignedAttr() argument
4371 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
H A DSemaTemplateInstantiateDecl.cpp87 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() argument
94 S.AddAlignedAttr(New, *Aligned, Result.getAs<Expr>(), IsPackExpansion); in instantiateDependentAlignedAttr()
100 S.AddAlignedAttr(New, *Aligned, Result, IsPackExpansion); in instantiateDependentAlignedAttr()
H A DTreeTransform.h5791 bool IsPackExpansion = false; in TransformFunctionTypeParams() local
5858 IsPackExpansion = true; in TransformFunctionTypeParams()
5868 if (IsPackExpansion) in TransformFunctionTypeParams()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10498 bool IsPackExpansion);
10500 bool IsPackExpansion);