Searched refs:dref (Results 1 – 1 of 1) sorted by relevance
188 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) { in VisitCompoundStmt() local189 if (VarDecl *VD = dyn_cast<VarDecl>(dref->getDecl())) { in VisitCompoundStmt()379 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(rec)) in isPoolDrain() local380 if (dref->getDecl() == poolVar) in isPoolDrain()