Home | History | Annotate | Download | only in Sema

Lines Matching defs:RR

8210     DeclRefExpr *RR = dyn_cast<DeclRefExpr>(OR->getBase()->IgnoreImpCasts());
8211 if (RL && RR && RL->getDecl() == RR->getDecl())