Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclRef

902           if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) {
903 PrevString = DeclRef->getDecl()->getName();
905 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) {
906 CurrString = DeclRef->getDecl()->getName();