Searched defs:getExplicitProperty (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h606 ObjCPropertyDecl *getExplicitProperty() const { function in class:clang::ObjCPropertyRefExpr
624 return getExplicitProperty()->getGetterName();
630 return getExplicitProperty()->getSetterName();
671 const ObjCPropertyDecl *PDecl = getExplicitProperty();
691 if (ObjCPropertyDecl *PDecl = getExplicitProperty())

Completed in 93 milliseconds