Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAttr.h48 unsigned IsPackExpansion : 1; variable
76 IsPackExpansion(false), Implicit(false), IsLateParsed(IsLateParsed), in Attr()
96 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion()
97 bool isPackExpansion() const { return IsPackExpansion; } in isPackExpansion()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp4359 bool IsPackExpansion) { in AddAlignedAttr() argument
4420 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
4480 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
4485 TypeSourceInfo *TS, bool IsPackExpansion) { in AddAlignedAttr() argument
4489 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
H A DSemaTemplateInstantiateDecl.cpp88 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() argument
95 S.AddAlignedAttr(New, *Aligned, Result.getAs<Expr>(), IsPackExpansion); in instantiateDependentAlignedAttr()
101 S.AddAlignedAttr(New, *Aligned, Result, IsPackExpansion); in instantiateDependentAlignedAttr()
H A DTreeTransform.h5890 bool IsPackExpansion = false; in TransformFunctionTypeParams() local
5957 IsPackExpansion = true; in TransformFunctionTypeParams()
5967 if (IsPackExpansion) in TransformFunctionTypeParams()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10828 bool IsPackExpansion);
10830 bool IsPackExpansion);