Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp630 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations() local
631 NumElements = CAType->getSize().getZExtValue(); in FillInEmptyInitializations()
2574 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in getStructuredSubobjectInit() local
2575 NumElements = CAType->getSize().getZExtValue(); in getStructuredSubobjectInit()