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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h2027 ObjCMethodDecl *GetterMethodDecl; // Declaration of getter instance method member in class:clang::ObjCPropertyDecl
2041 GetterMethodDecl(0), SetterMethodDecl(0) , PropertyIvarDecl(0) {}
2127 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; }
2128 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; }
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp815 const ObjCMethodDecl *GetterMethodDecl,
959 ConvertType(GetterMethodDecl->getResultType()));
813 generateObjCGetterBody(const ObjCImplementationDecl *classImpl, const ObjCPropertyImplDecl *propImpl, const ObjCMethodDecl *GetterMethodDecl, llvm::Constant *AtomicHelperFn) argument

Completed in 174 milliseconds