Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h744 ObjCMethodDecl *GetterMethodDecl; // Declaration of getter instance method variable
759 GetterMethodDecl(nullptr), SetterMethodDecl(nullptr), in ObjCPropertyDecl()
860 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl()
861 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; } in setGetterMethodDecl()
/external/clang/lib/CodeGen/
DCGObjC.cpp865 const ObjCMethodDecl *GetterMethodDecl, in generateObjCGetterBody() argument
1022 value, ConvertType(GetterMethodDecl->getReturnType())); in generateObjCGetterBody()