Home | History | Annotate | Download | only in Sema

Lines Matching defs:OL

8607   ObjCIvarRefExpr *OL = dyn_cast<ObjCIvarRefExpr>(LHSExpr);
8609 if (OL && OR && OL->getDecl() == OR->getDecl()) {
8610 DeclRefExpr *RL = dyn_cast<DeclRefExpr>(OL->getBase()->IgnoreImpCasts());