Lines Matching refs:DeclRefExpr
239 const DeclRefExpr *dr;
242 FindVarResult(const VarDecl *vd, const DeclRefExpr *dr) : vd(vd), dr(dr) {} in FindVarResult()
244 const DeclRefExpr *getDeclRefExpr() const { return dr; } in getDeclRefExpr()
268 dyn_cast<DeclRefExpr>(stripCasts(DC->getParentASTContext(), E))) in findVar()
292 llvm::DenseMap<const DeclRefExpr *, Class> Classification;
312 Class get(const DeclRefExpr *DRE) const { in get()
313 llvm::DenseMap<const DeclRefExpr*, Class>::const_iterator I in get()
328 static const DeclRefExpr *getSelfInitExpr(VarDecl *VD) { in getSelfInitExpr()
333 dyn_cast<DeclRefExpr>(stripCasts(VD->getASTContext(), Init)); in getSelfInitExpr()
382 if (const DeclRefExpr *DRE = Var.getDeclRefExpr()) in classify()
390 if (const DeclRefExpr *DRE = getSelfInitExpr(VD)) in VisitDeclStmt()
504 void VisitDeclRefExpr(DeclRefExpr *dr);
738 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr()