Home | History | Annotate | Download | only in Sema

Lines Matching refs:IndexExpr

581                                         Expr *IndexExpr,
588 assert((!BaseExpr->isTypeDependent() && !IndexExpr->isTypeDependent()) &&
593 ExprResult Result = CheckPlaceholderExpr(IndexExpr);
596 IndexExpr = Result.get();
607 IndexExpr,