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

/external/clang/lib/StaticAnalyzer/Core/
H A DObjCMessage.cpp24 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE); local
27 return propE->getType();
34 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE); local
36 return propE->getSetterSelector();
37 return propE->getGetterSelector();
46 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE); local
49 if (propE->isImplicitProperty()) {
51 return propE->getImplicitPropertySetter()->getMethodFamily();
53 return propE->getImplicitPropertyGetter()->getMethodFamily();
57 const ObjCPropertyDecl *prop = propE
73 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE); local
84 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE); local
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DObjCMessage.h85 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE); local
86 if (propE->isObjectReceiver())
87 return propE->getBase();
110 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE); local
112 return propE->isObjectReceiver() || propE->isSuperReceiver();
176 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE); local
177 if (propE->isObjectReceiver())
178 return propE->getBase()->getSourceRange();
181 return propE
187 ObjCPropertyGetter(const ObjCPropertyRefExpr *propE, const Expr *originE) argument
196 ObjCPropertySetter(const ObjCPropertyRefExpr *propE, const Expr *storeE, SVal argV) argument
[all...]
/external/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp162 if (ObjCPropertyRefExpr *propE = dyn_cast<ObjCPropertyRefExpr>(E))
163 return propE->getGetterSelector() == DelegateSel;
H A DTransProperties.cpp79 propE = D->prop_end(); propI != propE; ++propI) {

Completed in 70 milliseconds