Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp899 const ObjCPropertyImplDecl *propImpl);
918 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument
919 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()
927 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
1062 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument
1063 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
1136 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument
1140 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1149 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1157 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()
[all …]
H A DCGObjCGNU.cpp1908 for (auto *propImpl : OID->property_impls()) in GenerateClass() local
1909 if (propImpl->getPropertyImplementation() == in GenerateClass()
1915 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
1916 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
H A DCodeGenFunction.h2266 const ObjCPropertyImplDecl *propImpl,
2278 const ObjCPropertyImplDecl *propImpl,