Searched refs:OASE (Results 1 – 5 of 5) sorted by relevance
18928 } else if (OASE) { in actOnOMPReductionKindClause()18958 if (!ASE && !OASE) { in actOnOMPReductionKindClause()19098 if (OASE) { in actOnOMPReductionKindClause()19114 (!OASE && !ASE && in actOnOMPReductionKindClause()19441 if (ASE || OASE) { in actOnOMPReductionKindClause()20388 if (OASE) { in ActOnOpenMPDependClause()20552 (OASE && OASE->getColonLocFirst().isInvalid())) { in checkArrayExpressionDoesNotReferToWholeSize()20609 (OASE && OASE->getColonLocFirst().isInvalid())) in checkArrayExpressionDoesNotReferToUnitySize()21000 if (!OASE) in checkMapClauseExpressionBase()21002 if (OASE && OASE->getLength()) in checkMapClauseExpressionBase()[all …]
4069 if (OASE) { in getPointerAndSize()4070 const Expr *Base = OASE->getBase(); in getPointerAndSize()4077 if (OASE) { in getPointerAndSize()7526 if (!OASE) in isFinalArraySectionExpression()7533 const Expr *Length = OASE->getLength(); in isFinalArraySectionExpression()7768 (OASE && in generateInfoForComponentList()7891 const auto *OASE = in generateInfoForComponentList() local7899 (OASE && OMPArraySectionExpr::getBaseOriginalType(OASE) in generateInfoForComponentList()7908 if (OASE) in generateInfoForComponentList()8181 if (!OASE) in generateInfoForComponentList()[all …]
124 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local125 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
7215 while (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local7216 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
4801 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local4802 Base = OASE->getBase(); in getBaseOriginalType()