Lines Matching defs:DE
984 static const VarDecl *getBaseDecl(const Expr *Ref, const DeclRefExpr *&DE) {
992 DE = cast<DeclRefExpr>(Base);
993 OrigVD = cast<VarDecl>(DE->getDecl());
998 DE = cast<DeclRefExpr>(Base);
999 OrigVD = cast<VarDecl>(DE->getDecl());
1006 const DeclRefExpr *DE;
1007 if (const VarDecl *OrigVD = ::getBaseDecl(ClausesData[N].Ref, DE)) {
1009 LValue OriginalBaseLValue = CGF.EmitLValue(DE);
5838 const clang::DeclRefExpr *DE;
5839 const VarDecl *D = ::getBaseDecl(Ref, DE);