Searched refs:OAE (Results 1 – 1 of 1) sorted by relevance
7454 if (const auto *OAE = dyn_cast<OMPArrayShapingExpr>(E)) { in getExprTypeSize() local7456 CGF.getTypeSize(OAE->getBase()->getType()->getPointeeType()); in getExprTypeSize()7457 for (const Expr *SE : OAE->getDimensions()) { in getExprTypeSize()7474 if (const auto *OAE = dyn_cast<OMPArraySectionExpr>(E)) { in getExprTypeSize() local7476 OAE->getBase()->IgnoreParenImpCasts()) in getExprTypeSize()7482 if (!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()7483 !OAE->getLowerBound()) in getExprTypeSize()7497 if (!OAE->getLength() && OAE->getColonLocFirst().isInvalid()) in getExprTypeSize()7500 if (const Expr *LenExpr = OAE->getLength()) { in getExprTypeSize()7507 assert(!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()[all …]