Home | History | Annotate | Download | only in Sema

Lines Matching defs:ASE

8553                             const ArraySubscriptExpr *ASE,
8621 if (ASE) {
8623 ASE->getRBracketLoc());
8633 if (ASE)
8643 if (!ASE) {
8655 while (const ArraySubscriptExpr *ASE =
8657 BaseExpr = ASE->getBase()->IgnoreParenCasts();
8676 const ArraySubscriptExpr *ASE = cast<ArraySubscriptExpr>(expr);
8677 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE,
8682 const OMPArraySectionExpr *ASE = cast<OMPArraySectionExpr>(expr);
8683 if (ASE->getLowerBound())
8684 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(),
8685 /*ASE=*/nullptr, AllowOnePastEnd > 0);