Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp651 const ObjCPropertyImplDecl *propImpl);
666 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument
667 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()
675 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
809 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument
810 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
864 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument
868 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()
870 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()
875 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
[all …]
DCodeGenFunction.h1316 const ObjCPropertyImplDecl *propImpl,
1328 const ObjCPropertyImplDecl *propImpl,
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp897 const ObjCPropertyImplDecl *propImpl);
912 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument
913 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()
921 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
1055 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument
1056 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
1111 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument
1115 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()
1118 propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()
1123 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
[all …]
DCGObjCGNU.cpp1890 for (auto *propImpl : OID->property_impls()) in GenerateClass() local
1891 if (propImpl->getPropertyImplementation() == in GenerateClass()
1897 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
1898 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
DCodeGenFunction.h2005 const ObjCPropertyImplDecl *propImpl,
2017 const ObjCPropertyImplDecl *propImpl,