Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h3730 unsigned getPackLength() const { in getPackLength() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1612 Record.push_back(E->getPackLength()); in VisitSizeOfPackExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp254 return llvm::ConstantInt::get(ConvertType(E->getType()),E->getPackLength()); in VisitSizeOfPackExpr()
/external/clang/lib/AST/
DExprConstant.cpp8187 return Success(E->getPackLength(), E); in VisitSizeOfPackExpr()