Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1996 ObjCMethodDecl *GetterMethodDecl; // Declaration of getter instance method variable
2010 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()
/external/clang/lib/CodeGen/
DCGObjC.cpp786 const ObjCMethodDecl *GetterMethodDecl, in generateObjCGetterBody() argument
930 ConvertType(GetterMethodDecl->getResultType())); in generateObjCGetterBody()