HomeSort by relevance Sort by last modified time
    Searched refs:IsPackExpansion (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
Attr.h 53 bool IsPackExpansion : 1;
78 Inherited(false), IsPackExpansion(false) {}
94 void setPackExpansion(bool PE) { IsPackExpansion = PE; }
95 bool isPackExpansion() const { return IsPackExpansion; }
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 65 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) {
72 Aligned->getSpellingListIndex(), IsPackExpansion);
79 Aligned->getSpellingListIndex(), IsPackExpansion);
86 if (!Aligned->isPackExpansion()) {
136 assert(!TmplAttr->isPackExpansion());
    [all...]
SemaDeclAttr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 54 milliseconds