Searched refs:CAType (Results 1 – 2 of 2) sorted by relevance
175 ENUM_CATYPES CAType; member
689 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations() local690 NumElements = CAType->getSize().getZExtValue(); in FillInEmptyInitializations()2664 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in getStructuredSubobjectInit() local2665 NumElements = CAType->getSize().getZExtValue(); in getStructuredSubobjectInit()