Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2469 ObjCMethodDecl *SetterMethodDecl; // Declaration of setter instance method variable
2483 GetterMethodDecl(nullptr), SetterMethodDecl(nullptr), in ObjCPropertyDecl()
2584 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl()
2585 void setSetterMethodDecl(ObjCMethodDecl *gDecl) { SetterMethodDecl = gDecl; } in setSetterMethodDecl()