Home | History | Annotate | Download | only in Analysis

Lines Matching refs:DeclRefExpr

329   const DeclRefExpr *dr;
331 FindVarResult(VarDecl *vd, DeclRefExpr *dr) : vd(vd), dr(dr) {}
333 const DeclRefExpr *getDeclRefExpr() const { return dr; }
343 /// The last DeclRefExpr seen when analyzing a block. Used to
345 DeclRefExpr *lastDR;
365 void reportUninit(const DeclRefExpr *ex, const VarDecl *vd,
370 void VisitDeclRefExpr(DeclRefExpr *dr);
401 void TransferFunctions::reportUninit(const DeclRefExpr *ex,
407 if (DeclRefExpr *dr = dyn_cast<DeclRefExpr>(ex->IgnoreParenCasts()))
450 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) {
451 // Record the last DeclRefExpr seen. This is an lvalue computation.
477 const DeclRefExpr *DR
478 = cast<DeclRefExpr>(stripCasts(ac.getASTContext(),
586 const DeclRefExpr *DR =
587 cast<DeclRefExpr>(stripCasts(ac.getASTContext(),