Lines Matching defs:BaseTy
4378 QualType BaseTy, QualType ElTy,
4383 if (BaseTy->isArrayType()) {
4389 llvm::Type *NewTy = CGF.ConvertType(BaseTy);
4394 if (!BaseTy->isVariableArrayType()) {
4420 QualType BaseTy = ArraySectionExpr::getBaseOriginalType(E->getBase());
4422 if (auto *AT = getContext().getAsArrayType(BaseTy))
4425 ResultExprTy = BaseTy->getPointeeType();
4489 QualType ArrayTy = BaseTy->isPointerType()
4491 : BaseTy;
4528 BaseTy, VLA->getElementType(), IsLowerBound);
4567 emitOMPArraySectionBase(*this, E->getBase(), BaseInfo, TBAAInfo, BaseTy,