Searched refs:GetterMethodDecl (Results 1 – 2 of 2) sorted by relevance
1996 ObjCMethodDecl *GetterMethodDecl; // Declaration of getter instance method variable2010 GetterMethodDecl(0), SetterMethodDecl(0) , PropertyIvarDecl(0) {} in ObjCPropertyDecl()2096 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl()2097 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; } in setGetterMethodDecl()
786 const ObjCMethodDecl *GetterMethodDecl, in generateObjCGetterBody() argument930 ConvertType(GetterMethodDecl->getResultType())); in generateObjCGetterBody()