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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp599 const ObjCPropertyImplDecl *propImpl);
614 const ObjCPropertyImplDecl *propImpl) {
615 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl();
623 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl();
757 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { argument
758 const Expr *getter = propImpl->getGetterCXXConstructor();
814 const ObjCPropertyImplDecl *propImpl,
818 if (!hasTrivialGetExpr(propImpl)) {
820 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(),
825 ObjCIvarDecl *ivar = propImpl
613 PropertyImplStrategy(CodeGenModule &CGM, const ObjCPropertyImplDecl *propImpl) argument
813 generateObjCGetterBody(const ObjCImplementationDecl *classImpl, const ObjCPropertyImplDecl *propImpl, const ObjCMethodDecl *GetterMethodDecl, llvm::Constant *AtomicHelperFn) argument
1086 generateObjCSetterBody(const ObjCImplementationDecl *classImpl, const ObjCPropertyImplDecl *propImpl, llvm::Constant *AtomicHelperFn) argument
[all...]
H A DCodeGenFunction.h1068 const ObjCPropertyImplDecl *propImpl,
1080 const ObjCPropertyImplDecl *propImpl,

Completed in 111 milliseconds