HomeSort by relevance Sort by last modified time
    Searched defs:isPackExpansion (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/AST/
LambdaCapture.h 111 bool isPackExpansion() const { return EllipsisLoc.isValid(); }
116 assert(isPackExpansion() && "No ellipsis location for a non-expansion");
Attr.h 52 bool IsPackExpansion : 1;
78 Inherited(false), IsPackExpansion(false), Implicit(false) {}
100 void setPackExpansion(bool PE) { IsPackExpansion = PE; }
101 bool isPackExpansion() const { return IsPackExpansion; }
DeclTemplate.h     [all...]
ExprObjC.h 213 bool isPackExpansion() const { return EllipsisLoc.isValid(); }
    [all...]
DeclCXX.h 213 bool isPackExpansion() const { return EllipsisLoc.isValid(); }
    [all...]
  /external/clang/lib/AST/
TemplateBase.cpp 169 bool TemplateArgument::isPackExpansion() const {
320 assert(isPackExpansion());
  /external/clang/include/clang/Sema/
AttributeList.h 361 bool isPackExpansion() const { return EllipsisLoc.isValid(); }

Completed in 808 milliseconds