HomeSort by relevance Sort by last modified time
    Searched refs:propE (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ObjCMessage.cpp 24 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE);
27 return propE->getType();
34 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE);
36 return propE->getSetterSelector();
37 return propE->getGetterSelector();
46 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE);
49 if (propE->isImplicitProperty()) {
51 return propE->getImplicitPropertySetter()->getMethodFamily();
53 return propE->getImplicitPropertyGetter()->getMethodFamily();
57 const ObjCPropertyDecl *prop = propE->getExplicitProperty()
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ObjCMessage.h 85 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE);
86 if (propE->isObjectReceiver())
87 return propE->getBase();
110 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE);
112 return propE->isObjectReceiver() || propE->isSuperReceiver();
176 const ObjCPropertyRefExpr *propE = cast<ObjCPropertyRefExpr>(MsgOrPropE);
177 if (propE->isObjectReceiver())
178 return propE->getBase()->getSourceRange();
181 return propE->getReceiverLocation()
    [all...]
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 162 if (ObjCPropertyRefExpr *propE = dyn_cast<ObjCPropertyRefExpr>(E))
163 return propE->getGetterSelector() == DelegateSel;
TransProperties.cpp 79 propE = D->prop_end(); propI != propE; ++propI) {

Completed in 177 milliseconds