Lines Matching refs:DeclRefExpr
55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
286 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef()
302 const DeclRefExpr *DR; in isIncrement()
304 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts()))) in isIncrement()
308 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts()))) in isIncrement()
329 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(B->getLHS())) in observeStmt()
347 if (const DeclRefExpr *RhsDR = dyn_cast<DeclRefExpr>(RHS)) in observeStmt()
369 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) in observeStmt()
418 if (const DeclRefExpr *DRE = in observeStmt()
419 dyn_cast<DeclRefExpr>(E->IgnoreParenCasts())) in observeStmt()
499 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in operator ()()