Home | History | Annotate | Download | only in Sema

Lines Matching refs:CaseVal

3746     Expr *CaseVal = Case->getLHS()->IgnoreParenCasts();
3747 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CaseVal))