Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclRef

3450     if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) {
3451 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) {
8516 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts());
8517 if (declRef && isa<VarDecl>(declRef->getDecl())) {
8518 VarDecl *var = cast<VarDecl>(declRef->getDecl());
11772 Expr *DeclRef = new (S.Context) DeclRefExpr(Var, Nested,
11780 Loc, DeclRef);