Home | History | Annotate | Download | only in Sema

Lines Matching defs:declRef

3089     if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) {
3090 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) {
7692 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts());
7693 if (declRef && isa<VarDecl>(declRef->getDecl())) {
7694 VarDecl *var = cast<VarDecl>(declRef->getDecl());
10974 Expr *DeclRef = new (Context) DeclRefExpr(Var, Nested,
10982 Loc, Owned(DeclRef));