Home | History | Annotate | Download | only in Sema

Lines Matching refs:OL

9957   ObjCIvarRefExpr *OL = dyn_cast<ObjCIvarRefExpr>(LHSExpr);
9959 if (OL && OR && OL->getDecl() == OR->getDecl()) {
9960 DeclRefExpr *RL = dyn_cast<DeclRefExpr>(OL->getBase()->IgnoreImpCasts());