Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclRef

3596     if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) {
3597 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) {
9146 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts());
9147 if (declRef && isa<VarDecl>(declRef->getDecl())) {
9148 VarDecl *var = cast<VarDecl>(declRef->getDecl());
12459 Expr *DeclRef = new (S.Context) DeclRefExpr(Var, Nested,
12467 Loc, DeclRef);