Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAttr.h54 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/
DSemaDeclAttr.cpp3113 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()
DSemaTemplateInstantiateDecl.cpp80 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() argument
87 Aligned->getSpellingListIndex(), IsPackExpansion); in instantiateDependentAlignedAttr()
94 Aligned->getSpellingListIndex(), IsPackExpansion); in instantiateDependentAlignedAttr()
DTreeTransform.h4703 bool IsPackExpansion = false; in TransformFunctionTypeParams() local
4758 IsPackExpansion = true; in TransformFunctionTypeParams()
4768 if (IsPackExpansion) in TransformFunctionTypeParams()
/external/clang/include/clang/Sema/
DSema.h7723 unsigned SpellingListIndex, bool IsPackExpansion);
7725 unsigned SpellingListIndex, bool IsPackExpansion);