Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h2458 ObjCMethodDecl *GetterMethodDecl; // Declaration of getter instance method variable
2473 GetterMethodDecl(nullptr), SetterMethodDecl(nullptr), in ObjCPropertyDecl()
2563 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl()
2564 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; } in setGetterMethodDecl()
/external/clang/lib/CodeGen/
DCGObjC.cpp869 const ObjCMethodDecl *GetterMethodDecl, in generateObjCGetterBody() argument
1020 value, ConvertType(GetterMethodDecl->getReturnType())); in generateObjCGetterBody()