Home | History | Annotate | Download | only in AST

Lines Matching refs:DRE

883   if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE))
884 return DRE->getDecl();
934 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ICE->getSubExpr());
935 if (!DRE)
938 const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl());