Searched refs:OASE (Results 1 – 5 of 5) sorted by relevance
743 if (const auto *OASE = dyn_cast<ArraySectionExpr>(E)) in emitSharedLValueUB() local744 return CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()942 if (const auto *OASE = dyn_cast<ArraySectionExpr>(Ref)) { in getBaseDecl() local943 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()3540 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); in getPointerAndSize() local3542 if (OASE) { in getPointerAndSize()3543 const Expr *Base = OASE->getBase(); in getPointerAndSize()3550 if (OASE) { in getPointerAndSize()3551 SizeVal = CGF.getTypeSize(OASE->getBase()->getType()->getPointeeType()); in getPointerAndSize()3552 for (const Expr *SE : OASE->getDimensions()) { in getPointerAndSize()[all …]
96 } else if (auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr)) { in getPrivateItem() local97 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
7540 while (const auto *OASE = dyn_cast<ArraySectionExpr>(Base)) in getBaseDecl() local7541 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
5178 } else if (auto *OASE = dyn_cast_or_null<ArraySectionExpr>(RefExpr)) { in getPrivateItem() local5179 Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()5813 const auto *OASE = cast<ArraySectionExpr>(E->IgnoreParenImpCasts()); in processImplicitMapsWithDefaultMappers() local5815 ArraySectionExpr::getBaseOriginalType(OASE->getBase()); in processImplicitMapsWithDefaultMappers()18763 ASTContext &Context, const ArraySectionExpr *OASE, bool &SingleElement, in checkOMPArraySectionConstantForReduction() argument18765 const Expr *Length = OASE->getLength(); in checkOMPArraySectionConstantForReduction()18769 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()18786 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()18795 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()18998 auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause() local[all …]
5183 while (auto *OASE = dyn_cast<ArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local5184 Base = OASE->getBase(); in getBaseOriginalType()