Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2468 ObjCMethodDecl *GetterMethodDecl; // Declaration of getter instance method variable
2483 GetterMethodDecl(nullptr), SetterMethodDecl(nullptr), in ObjCPropertyDecl()
2581 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl()
2582 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; } in setGetterMethodDecl()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp835 const ObjCMethodDecl *GetterMethodDecl, in generateObjCGetterBody() argument
984 value, ConvertType(GetterMethodDecl->getReturnType())); in generateObjCGetterBody()