Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp653 const ObjCPropertyImplDecl *propImpl);
668 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument
669 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()
677 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
811 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument
812 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
868 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument
872 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()
874 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()
879 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
[all …]
DCodeGenFunction.h1235 const ObjCPropertyImplDecl *propImpl,
1247 const ObjCPropertyImplDecl *propImpl,