Home | History | Annotate | Download | only in Analysis

Lines Matching refs:DRE

280     if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Exp)) {
281 const NamedDecl *ND = cast<NamedDecl>(DRE->getDecl()->getCanonicalDecl());
396 if (DeclRefExpr* DRE = dyn_cast<DeclRefExpr>(UOE->getSubExpr())) {
397 if (DRE->getDecl()->isCXXInstanceMember()) {
400 unsigned Root = makeDot(DRE->getDecl(), false);
1185 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(LHSExp)) {
1186 ValueDecl *VDec = DRE->getDecl();
1693 else if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Cond)) {
1694 const Expr *E = LocalVarMap.lookupExpr(DRE->getDecl(), C);
2087 DeclRefExpr DRE(VD, false, VD->getType(), VK_LValue, VD->getLocation());
2088 SExpr SMutex(&DRE, nullptr, nullptr);
2558 DeclRefExpr DRE(VD, false, VD->getType(), VK_LValue,
2560 LocksetBuilder.handleCall(&DRE, DD);