Searched refs:OAE (Results 1 – 1 of 1) sorted by relevance
6920 if (const auto *OAE = dyn_cast<OMPArrayShapingExpr>(E)) { in getExprTypeSize() local6922 CGF.getTypeSize(OAE->getBase()->getType()->getPointeeType()); in getExprTypeSize()6923 for (const Expr *SE : OAE->getDimensions()) { in getExprTypeSize()6940 if (const auto *OAE = dyn_cast<ArraySectionExpr>(E)) { in getExprTypeSize() local6942 OAE->getBase()->IgnoreParenImpCasts()) in getExprTypeSize()6948 if (!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()6949 !OAE->getLowerBound()) in getExprTypeSize()6963 if (!OAE->getLength() && OAE->getColonLocFirst().isInvalid()) in getExprTypeSize()6966 if (const Expr *LenExpr = OAE->getLength()) { in getExprTypeSize()6973 assert(!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()[all …]