Home
last modified time | relevance | path

Searched refs:propImpl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp764 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()
772 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
907 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
966 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()
974 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
985 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
988 PropertyImplStrategy strategy(CGM, propImpl); in generateObjCGetterBody()
1254 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCSetterBody()
1259 if (!hasTrivialSetExpr(propImpl)) { in generateObjCSetterBody()
1262 EmitStmt(propImpl->getSetterCXXAssignment()); in generateObjCSetterBody()
[all …]
H A DCGObjCGNU.cpp1798 for (auto *propImpl : OID->property_impls()) in GenerateClass() local
1799 if (propImpl->getPropertyImplementation() == in GenerateClass()
1801 ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in GenerateClass()
H A DCodeGenFunction.h1720 const ObjCPropertyImplDecl *propImpl,
1732 const ObjCPropertyImplDecl *propImpl,