Searched refs:OASE (Results 1 – 5 of 5) sorted by relevance
16857 } else if (OASE) { in actOnOMPReductionKindClause()16887 if (!ASE && !OASE) { in actOnOMPReductionKindClause()17027 if (OASE) { in actOnOMPReductionKindClause()17043 (!OASE && !ASE && in actOnOMPReductionKindClause()17371 if (ASE || OASE) { in actOnOMPReductionKindClause()18313 if (OASE) { in ActOnOpenMPDependClause()18469 (OASE && OASE->getColonLocFirst().isInvalid())) { in checkArrayExpressionDoesNotReferToWholeSize()18526 (OASE && OASE->getColonLocFirst().isInvalid())) in checkArrayExpressionDoesNotReferToUnitySize()18915 if (!OASE) in checkMapClauseExpressionBase()18917 if (OASE && OASE->getLength()) in checkMapClauseExpressionBase()[all …]
4143 if (OASE) { in getPointerAndSize()4144 const Expr *Base = OASE->getBase(); in getPointerAndSize()4151 if (OASE) { in getPointerAndSize()7584 if (!OASE) in isFinalArraySectionExpression()7591 const Expr *Length = OASE->getLength(); in isFinalArraySectionExpression()7826 (OASE && in generateInfoForComponentList()7948 const auto *OASE = in generateInfoForComponentList() local7956 (OASE && OMPArraySectionExpr::getBaseOriginalType(OASE) in generateInfoForComponentList()7965 if (OASE) in generateInfoForComponentList()8235 if (!OASE) in generateInfoForComponentList()[all …]
126 } else if (auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr)) { in getPrivateItem() local127 const Expr *Base = OASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
6533 while (const auto *OASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local6534 Base = OASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
4764 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) { in getBaseOriginalType() local4765 Base = OASE->getBase(); in getBaseOriginalType()