Searched refs:IsPackExpansion (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Attr.h | 48 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 D | SemaDeclAttr.cpp | 4359 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 D | SemaTemplateInstantiateDecl.cpp | 88 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 D | TreeTransform.h | 5890 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 D | Sema.h | 10828 bool IsPackExpansion); 10830 bool IsPackExpansion);
|