Searched refs:PropExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp7606 const ObjCPropertyRefExpr *PropExpr = dyn_cast<ObjCPropertyRefExpr>(E); local
7607 if (!PropExpr) return false;
7608 if (PropExpr->isImplicitProperty()) return false;
7610 ObjCPropertyDecl *PDecl = PropExpr->getExplicitProperty();
7611 QualType BaseType = PropExpr->isSuperReceiver() ?
7612 PropExpr->getSuperReceiverType() :
7613 PropExpr->getBase()->getType();

Completed in 111 milliseconds