Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp856 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations() local
857 NumElements = CAType->getSize().getZExtValue(); in FillInEmptyInitializations()
3140 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in createInitListExpr() local
3141 NumElements = CAType->getSize().getZExtValue(); in createInitListExpr()