Lines Matching refs:DeclRefExpr
54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
229 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef()
245 const DeclRefExpr *DR; in isIncrement()
247 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts()))) in isIncrement()
251 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts()))) in isIncrement()
272 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(B->getLHS())) in observeStmt()
290 if (const DeclRefExpr *RhsDR = dyn_cast<DeclRefExpr>(RHS)) in observeStmt()
312 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) in observeStmt()
360 if (const DeclRefExpr *DRE = in observeStmt()
361 dyn_cast<DeclRefExpr>(E->IgnoreParenCasts())) in observeStmt()
418 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in operator ()()