Home | History | Annotate | Download | only in Sema

Lines Matching refs:RL

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