Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclRefExpr

617     if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Ex->IgnoreParens()))
2573 ExprResult Condition = DeclRefExpr::Create(
2578 MarkDeclRefReferenced(cast<DeclRefExpr>(Condition.get()));
5820 if (isa<DeclRefExpr>(E))
6189 if (auto *DRE = dyn_cast<DeclRefExpr>(E))