Home | History | Annotate | Download | only in AST

Lines Matching refs:DRE

1165   if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE))
1166 return DRE->getDecl();
1216 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ICE->getSubExpr());
1217 if (!DRE)
1220 const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl());
2223 const DeclRefExpr *DRE =
2225 if (!(DRE && isa<VarDecl>(DRE->getDecl()) &&
2226 cast<VarDecl>(DRE->getDecl())->hasLocalStorage())) {
3230 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E);
3231 if (!DRE)
3234 const ImplicitParamDecl *Param = dyn_cast<ImplicitParamDecl>(DRE->getDecl());