Home
last modified time | relevance | path

Searched refs:IsPackExpansion (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DAttr.h53 bool IsPackExpansion : 1; variable
78 Inherited(false), IsPackExpansion(false) {} in Range()
94 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion()
95 bool isPackExpansion() const { return IsPackExpansion; } in isPackExpansion()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp65 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() argument
72 Aligned->getSpellingListIndex(), IsPackExpansion); in instantiateDependentAlignedAttr()
79 Aligned->getSpellingListIndex(), IsPackExpansion); in instantiateDependentAlignedAttr()
DSemaDeclAttr.cpp3413 unsigned SpellingListIndex, bool IsPackExpansion) { in AddAlignedAttr() argument
3458 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
3496 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
3501 unsigned SpellingListIndex, bool IsPackExpansion) { in AddAlignedAttr() argument
3506 AA->setPackExpansion(IsPackExpansion); in AddAlignedAttr()
DTreeTransform.h4112 bool IsPackExpansion = false; in TransformFunctionTypeParams() local
4167 IsPackExpansion = true; in TransformFunctionTypeParams()
4177 if (IsPackExpansion) in TransformFunctionTypeParams()
/external/clang/include/clang/Sema/
DSema.h6590 unsigned SpellingListIndex, bool IsPackExpansion);
6592 unsigned SpellingListIndex, bool IsPackExpansion);