Searched refs:OAE (Results 1 – 1 of 1) sorted by relevance
7271 if (const auto *OAE = dyn_cast<OMPArrayShapingExpr>(E)) { in getExprTypeSize() local7273 CGF.getTypeSize(OAE->getBase()->getType()->getPointeeType()); in getExprTypeSize()7274 for (const Expr *SE : OAE->getDimensions()) { in getExprTypeSize()7291 if (const auto *OAE = dyn_cast<OMPArraySectionExpr>(E)) { in getExprTypeSize() local7293 OAE->getBase()->IgnoreParenImpCasts()) in getExprTypeSize()7299 if (!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()7300 !OAE->getLowerBound()) in getExprTypeSize()7314 if (!OAE->getLength() && OAE->getColonLocFirst().isInvalid()) in getExprTypeSize()7317 if (const Expr *LenExpr = OAE->getLength()) { in getExprTypeSize()7324 assert(!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()[all …]