Lines Matching refs:ASE

5300     if (auto *ASE = dyn_cast_or_null<ArraySubscriptExpr>(RefExpr)) {  in getPrivateItem()  local
5301 Expr *Base = ASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
18924 auto *ASE = dyn_cast<ArraySubscriptExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause() local
18926 if (ASE) { in actOnOMPReductionKindClause()
18927 Type = ASE->getType().getNonReferenceType(); in actOnOMPReductionKindClause()
18951 /*AcceptIfMutable*/ false, ASE || OASE)) in actOnOMPReductionKindClause()
18958 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
19064 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
19077 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
19114 (!OASE && !ASE && in actOnOMPReductionKindClause()
19136 } else if (!ASE && !OASE && in actOnOMPReductionKindClause()
19441 if (ASE || OASE) { in actOnOMPReductionKindClause()
19480 ASE || OASE); in actOnOMPReductionKindClause()
20424 auto *ASE = dyn_cast<ArraySubscriptExpr>(SimpleExpr); in ActOnOpenMPDependClause() local
20425 if (ASE && !ASE->getBase()->isTypeDependent() && in ActOnOpenMPDependClause()
20426 !ASE->getBase()->getType().getNonReferenceType()->isPointerType() && in ActOnOpenMPDependClause()
20427 !ASE->getBase()->getType().getNonReferenceType()->isArrayType()) { in ActOnOpenMPDependClause()
21097 if (const auto *ASE = in checkMapConflicts() local
21099 Type = ASE->getBase()->IgnoreParenImpCasts()->getType(); in checkMapConflicts()
21578 auto *ASE = dyn_cast<ArraySubscriptExpr>(VE->IgnoreParens()); in checkMappableExpressionList() local
21581 if (ASE) { in checkMappableExpressionList()
21582 Type = ASE->getType().getNonReferenceType(); in checkMappableExpressionList()