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

/external/clang/include/clang/AST/
H A DDeclObjC.h2214 ObjCMethodDecl *SetterMethodDecl; // Declaration of setter instance method member in class:clang::ObjCPropertyDecl
2227 GetterMethodDecl(nullptr), SetterMethodDecl(nullptr),
2318 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; }
2319 void setSetterMethodDecl(ObjCMethodDecl *gDecl) { SetterMethodDecl = gDecl; }

Completed in 71 milliseconds