Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaInit.cpp689 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations() local
690 NumElements = CAType->getSize().getZExtValue(); in FillInEmptyInitializations()
2664 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in getStructuredSubobjectInit() local
2665 NumElements = CAType->getSize().getZExtValue(); in getStructuredSubobjectInit()