Home | History | Annotate | Download | only in Sema

Lines Matching refs:CaseVal

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