Home | History | Annotate | Download | only in Analysis

Lines Matching refs:DeclRef

498   void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
840 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) {
841 if (const VarDecl *Var = dyn_cast_or_null<VarDecl>(DeclRef->getDecl()))
843 PropagationMap.insert(PairType(DeclRef, PropagationInfo(Var)));