Home | History | Annotate | Download | only in AST

Lines Matching refs:DRE

979             DeclRefExpr *DRE = cast<DeclRefExpr>(FromExpr);
980 FromValueDecl = cast<ValueDecl>(DRE->getDecl());
983 DeclRefExpr *DRE = cast<DeclRefExpr>(ToExpr);
984 ToValueDecl = cast<ValueDecl>(DRE->getDecl());