Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h53 unsigned IsPackExpansion : 1;
84 IsPackExpansion(false), Implicit(false), IsLateParsed(IsLateParsed), in Attr()
104 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion()
105 bool isPackExpansion() const { return IsPackExpansion; } in isPackExpansion()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4001 bool IsPackExpansion) { in AddAlignedAttr() argument
4024 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
4084 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
4091 TypeSourceInfo *TS, bool IsPackExpansion) { in AddAlignedAttr() argument
4113 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
4133 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
H A DSemaTemplateInstantiateDecl.cpp94 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() argument
101 S.AddAlignedAttr(New, *Aligned, Result.getAs<Expr>(), IsPackExpansion); in instantiateDependentAlignedAttr()
109 S.AddAlignedAttr(New, *Aligned, Result, IsPackExpansion); in instantiateDependentAlignedAttr()
H A DTreeTransform.h6085 bool IsPackExpansion = false; in TransformFunctionTypeParams() local
6152 IsPackExpansion = true; in TransformFunctionTypeParams()
6162 if (IsPackExpansion) in TransformFunctionTypeParams()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4553 bool IsPackExpansion);
4555 bool IsPackExpansion);