Home | History | Annotate | Download | only in Sema

Lines Matching defs:OL

7784   ObjCIvarRefExpr *OL = dyn_cast<ObjCIvarRefExpr>(LHSExpr);
7786 if (OL && OR && OL->getDecl() == OR->getDecl()) {
7787 DeclRefExpr *RL = dyn_cast<DeclRefExpr>(OL->getBase()->IgnoreImpCasts());