Lines Matching defs:DRE
215 else if (const auto *DRE = dyn_cast<DeclRefExpr>(E))
216 D = DRE->getDecl();
1568 if (auto *DRE = dyn_cast<DeclRefExpr>(CEE))
1569 return DRE->getDecl();
2909 if (auto *DRE = dyn_cast<DeclRefExpr>(SubE))
2910 if (auto *VD = dyn_cast<VarDecl>(DRE->getDecl()))
4087 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E);
4088 if (!DRE)
4091 const ImplicitParamDecl *Param = dyn_cast<ImplicitParamDecl>(DRE->getDecl());
4151 if (auto *DRE = dyn_cast<DeclRefExpr>(E))
4152 return dyn_cast<EnumConstantDecl>(DRE->getDecl());
4173 if (auto *DRE = dyn_cast<DeclRefExpr>(E))
4174 if (auto *BD = dyn_cast<BindingDecl>(DRE->getDecl()))
4184 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E))
4185 if (const auto *VD = dyn_cast<VarDecl>(DRE->getDecl()))
4285 if (const auto *DRE = dyn_cast<DeclRefExpr>(E))
4286 return DRE->getDecl();
5099 if (auto *DRE = dyn_cast<DeclRefExpr>(Base))
5100 if (auto *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl()))