Lines Matching refs:CA
4311 ASTContext::getConstantArrayElementCount(const ConstantArrayType *CA) const {4314 ElementCount *= CA->getSize().getZExtValue();4315 CA = dyn_cast_or_null<ConstantArrayType>(4316 CA->getElementType()->getAsArrayTypeUnsafe());4317 } while (CA);