Lines Matching refs:ASE
5365 if (auto *ASE = dyn_cast_or_null<ArraySubscriptExpr>(RefExpr)) { in getPrivateItem() local
5366 Expr *Base = ASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
19207 auto *ASE = dyn_cast<ArraySubscriptExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause() local
19209 if (ASE) { in actOnOMPReductionKindClause()
19210 Type = ASE->getType().getNonReferenceType(); in actOnOMPReductionKindClause()
19234 /*AcceptIfMutable*/ false, ASE || OASE)) in actOnOMPReductionKindClause()
19241 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
19347 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
19360 if (!ASE && !OASE) { in actOnOMPReductionKindClause()
19397 (!OASE && !ASE && in actOnOMPReductionKindClause()
19419 } else if (!ASE && !OASE && in actOnOMPReductionKindClause()
19724 if (ASE || OASE) { in actOnOMPReductionKindClause()
19763 ASE || OASE); in actOnOMPReductionKindClause()
20707 auto *ASE = dyn_cast<ArraySubscriptExpr>(SimpleExpr); in ActOnOpenMPDependClause() local
20708 if (ASE && !ASE->getBase()->isTypeDependent() && in ActOnOpenMPDependClause()
20709 !ASE->getBase()->getType().getNonReferenceType()->isPointerType() && in ActOnOpenMPDependClause()
20710 !ASE->getBase()->getType().getNonReferenceType()->isArrayType()) { in ActOnOpenMPDependClause()
21380 if (const auto *ASE = in checkMapConflicts() local
21382 Type = ASE->getBase()->IgnoreParenImpCasts()->getType(); in checkMapConflicts()
21861 auto *ASE = dyn_cast<ArraySubscriptExpr>(VE->IgnoreParens()); in checkMappableExpressionList() local
21864 if (ASE) { in checkMappableExpressionList()
21865 Type = ASE->getType().getNonReferenceType(); in checkMappableExpressionList()