Searched refs:OAE (Results 1 – 1 of 1) sorted by relevance
6664 if (const auto *OAE = dyn_cast<OMPArrayShapingExpr>(E)) { in getExprTypeSize() local6666 CGF.getTypeSize(OAE->getBase()->getType()->getPointeeType()); in getExprTypeSize()6667 for (const Expr *SE : OAE->getDimensions()) { in getExprTypeSize()6684 if (const auto *OAE = dyn_cast<ArraySectionExpr>(E)) { in getExprTypeSize() local6686 OAE->getBase()->IgnoreParenImpCasts()) in getExprTypeSize()6692 if (!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()6693 !OAE->getLowerBound()) in getExprTypeSize()6707 if (!OAE->getLength() && OAE->getColonLocFirst().isInvalid()) in getExprTypeSize()6710 if (const Expr *LenExpr = OAE->getLength()) { in getExprTypeSize()6717 assert(!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()[all …]