HomeSort by relevance Sort by last modified time
    Searched defs:isPackExpansion (Results 1 - 7 of 7) 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; }
DeclTemplate.h     [all...]
ExprCXX.h     [all...]
ExprObjC.h 212 bool isPackExpansion() const { return EllipsisLoc.isValid(); }
    [all...]
DeclCXX.h 214 bool isPackExpansion() const { return EllipsisLoc.isValid(); }
    [all...]
  /external/clang/lib/AST/
TemplateBase.cpp 169 bool TemplateArgument::isPackExpansion() const {
316 assert(isPackExpansion());
  /external/clang/include/clang/Sema/
AttributeList.h 316 bool isPackExpansion() const { return EllipsisLoc.isValid(); }

Completed in 673 milliseconds