Lines Matching refs:BaseTy
4336 QualType BaseTy, QualType ElTy, in emitOMPArraySectionBase() argument
4341 if (BaseTy->isArrayType()) { in emitOMPArraySectionBase()
4347 llvm::Type *NewTy = CGF.ConvertType(BaseTy); in emitOMPArraySectionBase()
4352 if (!BaseTy->isVariableArrayType()) { in emitOMPArraySectionBase()
4374 QualType BaseTy = OMPArraySectionExpr::getBaseOriginalType(E->getBase()); in EmitOMPArraySectionExpr() local
4376 if (auto *AT = getContext().getAsArrayType(BaseTy)) in EmitOMPArraySectionExpr()
4379 ResultExprTy = BaseTy->getPointeeType(); in EmitOMPArraySectionExpr()
4443 QualType ArrayTy = BaseTy->isPointerType() in EmitOMPArraySectionExpr()
4445 : BaseTy; in EmitOMPArraySectionExpr()
4482 BaseTy, VLA->getElementType(), IsLowerBound); in EmitOMPArraySectionExpr()
4521 TBAAInfo, BaseTy, ResultExprTy, in EmitOMPArraySectionExpr()