Home | History | Annotate | Download | only in libclang

Lines Matching full:ivar

627     // and '_prop' is not declared, we will encounter a '_prop' ivar before
1130 if (ObjCIvarDecl *Ivar = PD->getPropertyIvarDecl())
1132 return Visit(MakeCursorMemberRef(Ivar, PD->getPropertyIvarDeclLoc(), TU));
3276 if (const ObjCIvarRefExpr *Ivar = dyn_cast<ObjCIvarRefExpr>(E))
3277 return Ivar->getLocation();