Home | History | Annotate | Download | only in Sema

Lines Matching refs:declRef

2840     if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) {
2841 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) {
7220 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts());
7221 if (declRef && isa<VarDecl>(declRef->getDecl())) {
7222 VarDecl *var = cast<VarDecl>(declRef->getDecl());
10181 Expr *DeclRef = new (Context) DeclRefExpr(Var, false,
10188 Loc, Owned(DeclRef));