Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
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()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp3966 bool IsPackExpansion) { in AddAlignedAttr() argument
4021 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
4077 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
4082 TypeSourceInfo *TS, bool IsPackExpansion) { in AddAlignedAttr() argument
4086 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
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()
DTreeTransform.h5725 bool IsPackExpansion = false; in TransformFunctionTypeParams() local
5792 IsPackExpansion = true; in TransformFunctionTypeParams()
5802 if (IsPackExpansion) in TransformFunctionTypeParams()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h10144 bool IsPackExpansion);
10146 bool IsPackExpansion);