Home | History | Annotate | Download | only in Sema

Lines Matching refs:IExp

7284   Expr *PExp = LHS.get(), *IExp = RHS.get();
7292 std::swap(PExp, IExp);
7303 if (!IExp->getType()->isIntegerType())
7313 CheckArrayAccess(PExp, IExp);