Home | History | Annotate | Download | only in Checkers

Lines Matching refs:DeclRefExpr

142   const DeclRefExpr *getDeclRefExpr(const Expr *E) const;
287 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ME->getBase());
315 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(rexp)) {
358 // Get the DeclRefExpr associated with the expression.
359 const DeclRefExpr *IteratorsChecker::getDeclRefExpr(const Expr *E) const {
375 return dyn_cast<DeclRefExpr>(E);
381 const DeclRefExpr *DRE = getDeclRefExpr(E);
574 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ME->getBase());