Home | History | Annotate | Download | only in Analysis

Lines Matching defs:getDecl

274   const VarDecl *getDecl() const { return vd; }
296 if (const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl()))
325 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {}
341 const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl());
354 if (DRE && DRE->getDecl() == VD)
462 return ::isTrackedVar(vd, cast<DeclContext>(ac.getDecl()));
466 return ::findVar(ex, cast<DeclContext>(ac.getDecl()));
660 reportUse(dr, cast<VarDecl>(dr->getDecl()));
663 vals[cast<VarDecl>(dr->getDecl())] = Initialized;
666 handler.handleSelfInit(cast<VarDecl>(dr->getDecl()));
674 if (const VarDecl *VD = Var.getDecl())