Searched refs:IsPackExpansion (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | Attr.h | 55 unsigned IsPackExpansion : 1; variable 82 Inherited(false), IsPackExpansion(false), Implicit(false), in Attr() 105 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion() 106 bool isPackExpansion() const { return IsPackExpansion; } in isPackExpansion()
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 3185 unsigned SpellingListIndex, bool IsPackExpansion) { in AddAlignedAttr() argument 3229 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr() 3283 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr() 3288 unsigned SpellingListIndex, bool IsPackExpansion) { in AddAlignedAttr() argument 3293 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
|
D | SemaTemplateInstantiateDecl.cpp | 80 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() argument 87 Aligned->getSpellingListIndex(), IsPackExpansion); in instantiateDependentAlignedAttr() 94 Aligned->getSpellingListIndex(), IsPackExpansion); in instantiateDependentAlignedAttr()
|
D | TreeTransform.h | 4817 bool IsPackExpansion = false; in TransformFunctionTypeParams() local 4884 IsPackExpansion = true; in TransformFunctionTypeParams() 4894 if (IsPackExpansion) in TransformFunctionTypeParams()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7876 unsigned SpellingListIndex, bool IsPackExpansion); 7878 unsigned SpellingListIndex, bool IsPackExpansion);
|