Lines Matching refs:DeclRefExpr
224 const DeclRefExpr *dr;
227 FindVarResult(const VarDecl *vd, const DeclRefExpr *dr) : vd(vd), dr(dr) {} in FindVarResult()
229 const DeclRefExpr *getDeclRefExpr() const { return dr; } in getDeclRefExpr()
253 dyn_cast<DeclRefExpr>(stripCasts(DC->getParentASTContext(), E))) in findVar()
277 llvm::DenseMap<const DeclRefExpr *, Class> Classification;
297 Class get(const DeclRefExpr *DRE) const { in get()
298 llvm::DenseMap<const DeclRefExpr*, Class>::const_iterator I in get()
313 static const DeclRefExpr *getSelfInitExpr(VarDecl *VD) { in getSelfInitExpr()
318 dyn_cast<DeclRefExpr>(stripCasts(VD->getASTContext(), Init)); in getSelfInitExpr()
367 if (const DeclRefExpr *DRE = Var.getDeclRefExpr()) in classify()
375 if (const DeclRefExpr *DRE = getSelfInitExpr(VD)) in VisitDeclStmt()
489 void VisitDeclRefExpr(DeclRefExpr *dr);
745 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr()