Home | History | Annotate | Download | only in Sema

Lines Matching defs:RR

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