Home | History | Annotate | Download | only in Analysis

Lines Matching refs:DRE

98     if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Exp)) {
99 NamedDecl *ND = cast<NamedDecl>(DRE->getDecl()->getCanonicalDecl());
637 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(LHSExp)) {
638 ValueDecl *VDec = DRE->getDecl();
1043 DeclRefExpr DRE(VD, false, VD->getType(), VK_LValue, VD->getLocation());
1044 MutexID SMutex(&DRE, 0, 0);
1273 else if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Cond)) {
1274 Expr *E = LocalVarMap.lookupExpr(DRE->getDecl(), C);
1659 DeclRefExpr DRE(VD, false, VD->getType(), VK_LValue,
1661 LocksetBuilder.handleCall(&DRE, DD);