Searched refs:OASE (Results 1 – 5 of 5) sorted by relevance
5175 } else if (auto *OASE = dyn_cast_or_null<ArraySectionExpr>(RefExpr)) { in getPrivateItem() local5176 Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()5808 const auto *OASE = cast<ArraySectionExpr>(E->IgnoreParenImpCasts()); in processImplicitMapsWithDefaultMappers() local5810 ArraySectionExpr::getBaseOriginalType(OASE->getBase()); in processImplicitMapsWithDefaultMappers()18131 ASTContext &Context, const ArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument18133 const Expr *Length = OASE->getLength(); in checkOMPArraySectionConstantForReduction()18137 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()18154 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()18163 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()18363 auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause() local[all …]
747 if (const auto *OASE = dyn_cast<ArraySectionExpr>(E)) in emitSharedLValueUB() local748 return CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()946 if (const auto *OASE = dyn_cast<ArraySectionExpr>(Ref)) { in getBaseDecl() local947 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()3564 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); in getPointerAndSize() local3566 if (OASE) { in getPointerAndSize()3567 const Expr *Base = OASE->getBase(); in getPointerAndSize()3574 if (OASE) { in getPointerAndSize()3575 SizeVal = CGF.getTypeSize(OASE->getBase()->getType()->getPointeeType()); in getPointerAndSize()3576 for (const Expr *SE : OASE->getDimensions()) { in getPointerAndSize()[all …]
95 } else if (auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr)) { in getPrivateItem() local96 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
7320 while (const auto *OASE = dyn_cast<ArraySectionExpr>(Base)) in getBaseDecl() local7321 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
5088 while (auto *OASE = dyn_cast<ArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local5089 Base = OASE->getBase(); in getBaseOriginalType()