Home | History | Annotate | Download | only in Checkers

Lines Matching refs:DeclRefExpr

171   void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk,
187 const DeclRefExpr *DR;
189 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts())))
193 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts())))
214 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(B->getLHS()))
229 if (const DeclRefExpr *RhsDR = dyn_cast<DeclRefExpr>(RHS))
251 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex))
299 if (const DeclRefExpr *DRE =
300 dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()))
351 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E))