Home
last modified time | relevance | path

Searched refs:getPackLength (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DExprCXX.h3536 unsigned getPackLength() const { in getPackLength() function
/external/clang/lib/CodeGen/
DCGExprScalar.cpp249 return llvm::ConstantInt::get(ConvertType(E->getType()),E->getPackLength()); in VisitSizeOfPackExpr()
/external/clang/lib/AST/
DExprConstant.cpp7528 return Success(E->getPackLength(), E); in VisitSizeOfPackExpr()