Searched refs:OASE (Results 1 – 5 of 5) sorted by relevance
19564 } else if (OASE) { in actOnOMPReductionKindClause()19594 if (!ASE && !OASE) { in actOnOMPReductionKindClause()19739 if (OASE) { in actOnOMPReductionKindClause()19755 (!OASE && !ASE && in actOnOMPReductionKindClause()20082 if (ASE || OASE) { in actOnOMPReductionKindClause()21087 if (OASE) { in ActOnOpenMPDependClause()21250 (OASE && OASE->getColonLocFirst().isInvalid())) { in checkArrayExpressionDoesNotReferToWholeSize()21307 (OASE && OASE->getColonLocFirst().isInvalid())) in checkArrayExpressionDoesNotReferToUnitySize()21698 if (!OASE) in checkMapClauseExpressionBase()21700 if (OASE && OASE->getLength()) in checkMapClauseExpressionBase()[all …]
3552 if (OASE) { in getPointerAndSize()3553 const Expr *Base = OASE->getBase(); in getPointerAndSize()3560 if (OASE) { in getPointerAndSize()6779 if (!OASE) in isFinalArraySectionExpression()6786 const Expr *Length = OASE->getLength(); in isFinalArraySectionExpression()7032 (OASE && in generateInfoForComponentList()7175 const auto *OASE = in generateInfoForComponentList() local7183 (OASE && OMPArraySectionExpr::getBaseOriginalType(OASE) in generateInfoForComponentList()7194 if (OASE) in generateInfoForComponentList()7505 if (!OASE) in generateInfoForComponentList()[all …]
95 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local96 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
7248 while (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local7249 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
4997 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local4998 Base = OASE->getBase(); in getBaseOriginalType()