Home | History | Annotate | Download | only in Sema

Lines Matching refs:DRE

490         if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(UOp->getSubExpr()))
491 if (DRE->getDecl()->isCXXInstanceMember())
492 ArgTy = DRE->getDecl()->getType();
2297 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
2298 if (DRE->hasQualifier())
2300 FD = dyn_cast<FunctionDecl>(DRE->getDecl());
2301 NI = DRE->getNameInfo();