Searched refs:getDeclRefExpr (Results 1 – 2 of 2) sorted by relevance
130 const DeclRefExpr *getDeclRefExpr(const Expr *E) const;347 const DeclRefExpr *IteratorsChecker::getDeclRefExpr(const Expr *E) const { in getDeclRefExpr() function in IteratorsChecker369 const DeclRefExpr *DRE = getDeclRefExpr(E); in getRegion()414 R->addRange(getDeclRefExpr(E)->getSourceRange()); in checkExpr()427 R->addRange(getDeclRefExpr(E)->getSourceRange()); in checkExpr()
335 const DeclRefExpr *getDeclRefExpr() const { return dr; } in getDeclRefExpr() function in __anonbbbc703b0411::FindVarResult493 reportUninit(res.getDeclRefExpr(), vd, isAlwaysUninit(val)); in VisitBinaryOperator()508 assert(res.getDeclRefExpr() == lastDR); in VisitUnaryOperator()515 reportUninit(res.getDeclRefExpr(), vd, isAlwaysUninit(val)); in VisitUnaryOperator()531 assert(res.getDeclRefExpr() == lastDR); in VisitCastExpr()