Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDAttr.h53 unsigned IsPackExpansion : 1; variable
81 IsPackExpansion(false), Implicit(false), IsLateParsed(IsLateParsed), in Attr()
101 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion()
102 bool isPackExpansion() const { return IsPackExpansion; } in isPackExpansion()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp3728 bool IsPackExpansion) { in AddAlignedAttr() argument
3783 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
3836 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
3841 TypeSourceInfo *TS, bool IsPackExpansion) { in AddAlignedAttr() argument
3845 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
HDSemaTemplateInstantiateDecl.cpp82 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() argument
89 S.AddAlignedAttr(New, *Aligned, Result.getAs<Expr>(), IsPackExpansion); in instantiateDependentAlignedAttr()
95 S.AddAlignedAttr(New, *Aligned, Result, IsPackExpansion); in instantiateDependentAlignedAttr()
HDTreeTransform.h5346 bool IsPackExpansion = false; in TransformFunctionTypeParams() local
5413 IsPackExpansion = true; in TransformFunctionTypeParams()
5423 if (IsPackExpansion) in TransformFunctionTypeParams()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h9499 bool IsPackExpansion);
9501 bool IsPackExpansion);