Lines Matching refs:ASE
5005 if (auto *ASE = dyn_cast_or_null<ArraySubscriptExpr>(RefExpr)) { in getPrivateItem() local
5006 Expr *Base = ASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
16853 auto *ASE = dyn_cast<ArraySubscriptExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause() local
16855 if (ASE) { in actOnOMPReductionKindClause()
16856 Type = ASE->getType().getNonReferenceType(); in actOnOMPReductionKindClause()
16880 /*AcceptIfMutable*/ false, ASE || OASE)) in actOnOMPReductionKindClause()
16887 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
16993 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
17006 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
17043 (!OASE && !ASE && in actOnOMPReductionKindClause()
17065 } else if (!ASE && !OASE && in actOnOMPReductionKindClause()
17371 if (ASE || OASE) { in actOnOMPReductionKindClause()
17410 ASE || OASE); in actOnOMPReductionKindClause()
18348 auto *ASE = dyn_cast<ArraySubscriptExpr>(SimpleExpr); in ActOnOpenMPDependClause() local
18350 (ASE && !ASE->getBase()->isTypeDependent() && in ActOnOpenMPDependClause()
18351 !ASE->getBase() in ActOnOpenMPDependClause()
18355 !ASE->getBase()->getType().getNonReferenceType()->isArrayType())) { in ActOnOpenMPDependClause()
19012 if (const auto *ASE = in checkMapConflicts() local
19014 Type = ASE->getBase()->IgnoreParenImpCasts()->getType(); in checkMapConflicts()
19487 auto *ASE = dyn_cast<ArraySubscriptExpr>(VE->IgnoreParens()); in checkMappableExpressionList() local
19490 if (ASE) { in checkMappableExpressionList()
19491 Type = ASE->getType().getNonReferenceType(); in checkMappableExpressionList()