Lines Matching refs:BaseTy
3976 QualType BaseTy, QualType ElTy, in emitOMPArraySectionBase() argument
3981 if (BaseTy->isArrayType()) { in emitOMPArraySectionBase()
3987 llvm::Type *NewTy = CGF.ConvertType(BaseTy); in emitOMPArraySectionBase()
3992 if (!BaseTy->isVariableArrayType()) { in emitOMPArraySectionBase()
4015 QualType BaseTy = OMPArraySectionExpr::getBaseOriginalType(E->getBase()); in EmitOMPArraySectionExpr() local
4017 if (auto *AT = getContext().getAsArrayType(BaseTy)) in EmitOMPArraySectionExpr()
4020 ResultExprTy = BaseTy->getPointeeType(); in EmitOMPArraySectionExpr()
4083 QualType ArrayTy = BaseTy->isPointerType() in EmitOMPArraySectionExpr()
4085 : BaseTy; in EmitOMPArraySectionExpr()
4121 BaseTy, VLA->getElementType(), IsLowerBound); in EmitOMPArraySectionExpr()
4160 TBAAInfo, BaseTy, ResultExprTy, in EmitOMPArraySectionExpr()