Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp2026 Record.push_back(E->getPackLength()); in VisitSizeOfPackExpr()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h4277 unsigned getPackLength() const { in getPackLength() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp486 return llvm::ConstantInt::get(ConvertType(E->getType()),E->getPackLength()); in VisitSizeOfPackExpr()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp7819 Length = E->getPackLength(); in VisitSizeOfPackExpr()
H A DExprConstant.cpp13775 return Success(E->getPackLength(), E); in VisitSizeOfPackExpr()