Lines Matching refs:ASE
9770 if (auto *ASE = dyn_cast_or_null<ArraySubscriptExpr>(RefExpr)) { in getPrivateItem() local
9771 Expr *Base = ASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
10968 auto *ASE = dyn_cast<ArraySubscriptExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause() local
10970 if (ASE) { in actOnOMPReductionKindClause()
10971 Type = ASE->getType().getNonReferenceType(); in actOnOMPReductionKindClause()
10995 /*AcceptIfMutable*/ false, ASE || OASE)) in actOnOMPReductionKindClause()
11002 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
11097 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
11110 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
11146 (!OASE && !ASE && in actOnOMPReductionKindClause()
11163 } else if (!ASE && !OASE && in actOnOMPReductionKindClause()
11410 if (ASE || OASE) { in actOnOMPReductionKindClause()
12208 auto *ASE = dyn_cast<ArraySubscriptExpr>(SimpleExpr); in ActOnOpenMPDependClause() local
12210 (ASE && in ActOnOpenMPDependClause()
12211 !ASE->getBase()->getType().getNonReferenceType()->isPointerType() && in ActOnOpenMPDependClause()
12212 !ASE->getBase()->getType().getNonReferenceType()->isArrayType())) { in ActOnOpenMPDependClause()
12715 if (const auto *ASE = in checkMapConflicts() local
12717 Type = ASE->getBase()->IgnoreParenImpCasts()->getType(); in checkMapConflicts()