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

/external/clang/lib/CodeGen/
H A DCGObjC.cpp865 const ObjCMethodDecl *GetterMethodDecl,
1022 value, ConvertType(GetterMethodDecl->getReturnType()));
863 generateObjCGetterBody(const ObjCImplementationDecl *classImpl, const ObjCPropertyImplDecl *propImpl, const ObjCMethodDecl *GetterMethodDecl, llvm::Constant *AtomicHelperFn) argument
/external/clang/include/clang/AST/
H A DDeclObjC.h744 ObjCMethodDecl *GetterMethodDecl; // Declaration of getter instance method member in class:clang::ObjCPropertyDecl
759 GetterMethodDecl(nullptr), SetterMethodDecl(nullptr),
860 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; }
861 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; }

Completed in 147 milliseconds