Home | History | Annotate | Download | only in Sema

Lines Matching defs:RL

8610     DeclRefExpr *RL = dyn_cast<DeclRefExpr>(OL->getBase()->IgnoreImpCasts());
8612 if (RL && RR && RL->getDecl() == RR->getDecl())