Searched refs:IsPackExpansion (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | Attr.h | 54 bool IsPackExpansion : 1; variable 81 Inherited(false), IsPackExpansion(false), Implicit(false), in Attr() 104 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion() 105 bool isPackExpansion() const { return IsPackExpansion; } in isPackExpansion()
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 3113 unsigned SpellingListIndex, bool IsPackExpansion) { in AddAlignedAttr() argument 3157 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr() 3211 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr() 3216 unsigned SpellingListIndex, bool IsPackExpansion) { in AddAlignedAttr() argument 3221 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 | 4703 bool IsPackExpansion = false; in TransformFunctionTypeParams() local 4758 IsPackExpansion = true; in TransformFunctionTypeParams() 4768 if (IsPackExpansion) in TransformFunctionTypeParams()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7723 unsigned SpellingListIndex, bool IsPackExpansion); 7725 unsigned SpellingListIndex, bool IsPackExpansion);
|