Searched refs:IsPackExpansion (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | Attr.h | 54 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/ |
| D | SemaDeclAttr.cpp | 3966 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()
|
| D | SemaTemplateInstantiateDecl.cpp | 87 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()
|
| D | TreeTransform.h | 5725 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/ |
| D | Sema.h | 10144 bool IsPackExpansion); 10146 bool IsPackExpansion);
|