Home | History | Annotate | Download | only in Checkers

Lines Matching refs:DeclRefExpr

54   bool VisitDeclRefExpr(DeclRefExpr *DR) {
229 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk,
245 const DeclRefExpr *DR;
247 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts())))
251 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts())))
272 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(B->getLHS()))
288 if (const DeclRefExpr *RhsDR = dyn_cast<DeclRefExpr>(RHS))
310 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex))
358 if (const DeclRefExpr *DRE =
359 dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()))
411 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E))