Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclRef

868           if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) {
869 PrevString = DeclRef->getDecl()->getName();
871 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) {
872 CurrString = DeclRef->getDecl()->getName();