Home | History | Annotate | Download | only in Sema

Lines Matching defs:OL

9244   ObjCIvarRefExpr *OL = dyn_cast<ObjCIvarRefExpr>(LHSExpr);
9246 if (OL && OR && OL->getDecl() == OR->getDecl()) {
9247 DeclRefExpr *RL = dyn_cast<DeclRefExpr>(OL->getBase()->IgnoreImpCasts());