Searched refs:IsPackExpansion (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Attr.h | 53 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/ |
| HD | SemaDeclAttr.cpp | 3728 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()
|
| HD | SemaTemplateInstantiateDecl.cpp | 82 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()
|
| HD | TreeTransform.h | 5346 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/ |
| HD | Sema.h | 9499 bool IsPackExpansion); 9501 bool IsPackExpansion);
|