Searched defs:GetterMethodDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h2213 ObjCMethodDecl *GetterMethodDecl; // Declaration of getter instance method member in class:clang::ObjCPropertyDecl
2227 GetterMethodDecl(nullptr), SetterMethodDecl(nullptr),
2315 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; }
2316 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; }
/external/clang/lib/CodeGen/
H A DCGObjC.cpp817 const ObjCMethodDecl *GetterMethodDecl,
966 value, ConvertType(GetterMethodDecl->getReturnType()));
815 generateObjCGetterBody(const ObjCImplementationDecl *classImpl, const ObjCPropertyImplDecl *propImpl, const ObjCMethodDecl *GetterMethodDecl, llvm::Constant *AtomicHelperFn) argument

Completed in 1594 milliseconds