Searched refs:IsPackExpansion (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Attr.h | 53 unsigned IsPackExpansion : 1; 84 IsPackExpansion(false), Implicit(false), IsLateParsed(IsLateParsed), in Attr() 104 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion() 105 bool isPackExpansion() const { return IsPackExpansion; } in isPackExpansion()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 4001 bool IsPackExpansion) { in AddAlignedAttr() argument 4024 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr() 4084 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr() 4091 TypeSourceInfo *TS, bool IsPackExpansion) { in AddAlignedAttr() argument 4113 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr() 4133 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 94 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() argument 101 S.AddAlignedAttr(New, *Aligned, Result.getAs<Expr>(), IsPackExpansion); in instantiateDependentAlignedAttr() 109 S.AddAlignedAttr(New, *Aligned, Result, IsPackExpansion); in instantiateDependentAlignedAttr()
|
| H A D | TreeTransform.h | 6085 bool IsPackExpansion = false; in TransformFunctionTypeParams() local 6152 IsPackExpansion = true; in TransformFunctionTypeParams() 6162 if (IsPackExpansion) in TransformFunctionTypeParams()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4553 bool IsPackExpansion); 4555 bool IsPackExpansion);
|