Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp898 const ObjCPropertyImplDecl *propImpl);
913 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument
914 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()
922 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
1056 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument
1057 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
1112 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument
1116 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()
1119 propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()
1124 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
[all …]
H A DCGObjCGNU.cpp1894 for (auto *propImpl : OID->property_impls()) in GenerateClass() local
1895 if (propImpl->getPropertyImplementation() == in GenerateClass()
1901 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
1902 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
H A DCodeGenFunction.h2049 const ObjCPropertyImplDecl *propImpl,
2061 const ObjCPropertyImplDecl *propImpl,