Home
last modified time | relevance | path

Searched refs:PropRefExp (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp198 ObjCPropertyRefExpr *PropRefExp = in isZeroingPropIvar() local
200 if (!PropRefExp) return false; in isZeroingPropIvar()
203 if (PropRefExp->isImplicitProperty()) in isZeroingPropIvar()
206 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar()