Home | History | Annotate | Download | only in AST

Lines Matching refs:DRE

1165     DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ArgExpr);
1166 if (!DRE) {
1167 DRE = cast<DeclRefExpr>(cast<UnaryOperator>(ArgExpr)->getSubExpr());
1170 return DRE->getDecl();