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