Lines Matching refs:BaseTy
3886 QualType BaseTy, QualType ElTy, in emitOMPArraySectionBase() argument
3891 if (BaseTy->isArrayType()) { in emitOMPArraySectionBase()
3897 llvm::Type *NewTy = CGF.ConvertType(BaseTy); in emitOMPArraySectionBase()
3902 if (!BaseTy->isVariableArrayType()) { in emitOMPArraySectionBase()
3924 QualType BaseTy = OMPArraySectionExpr::getBaseOriginalType(E->getBase()); in EmitOMPArraySectionExpr() local
3926 if (auto *AT = getContext().getAsArrayType(BaseTy)) in EmitOMPArraySectionExpr()
3929 ResultExprTy = BaseTy->getPointeeType(); in EmitOMPArraySectionExpr()
3992 QualType ArrayTy = BaseTy->isPointerType() in EmitOMPArraySectionExpr()
3994 : BaseTy; in EmitOMPArraySectionExpr()
4030 BaseTy, VLA->getElementType(), IsLowerBound); in EmitOMPArraySectionExpr()
4069 TBAAInfo, BaseTy, ResultExprTy, in EmitOMPArraySectionExpr()