Home | History | Annotate | Download | only in Core

Lines Matching refs:ArgE

196   const Expr *ArgE = getArgExpr(Index);
197 if (!ArgE)
199 return getSVal(ArgE);
203 const Expr *ArgE = getArgExpr(Index);
204 if (!ArgE)
206 return ArgE->getSourceRange();