Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclRefExpr

8417       DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Base);
8450 // For most expressions, the cast is directly above the DeclRefExpr.
8452 // operator if both expressions are DeclRefExpr's.
8455 if (DeclRefExpr* DRE = dyn_cast<DeclRefExpr>(E)) {
8501 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Base))
8511 void VisitDeclRefExpr(DeclRefExpr *E) {
8535 // field accesses, which is followed by a DeclRefExpr.
8545 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Base)) {
8551 // The base of a MemberExpr is not a MemberExpr or a DeclRefExpr.
8634 void HandleDeclRefExpr(DeclRefExpr *DRE) {
8674 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ICE->getSubExpr()))
9619 Expr *varRef =new (Context) DeclRefExpr(var, false, type, VK_LValue, poi);
13518 DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(InitExpr);