Searched refs:getGetterCXXConstructor (Results 1 – 8 of 8) sorted by relevance
448 if (I->getGetterCXXConstructor()) { in createObjCPropertyGetter()450 return M.makeReturn(I->getGetterCXXConstructor()); in createObjCPropertyGetter()
784 if (I->getGetterCXXConstructor()) { in createObjCPropertyGetter()786 return M.makeReturn(I->getGetterCXXConstructor()); in createObjCPropertyGetter()
810 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()870 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()3259 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null"); in GenerateObjCAtomicGetterCopyHelperFunction()3306 cast<CXXConstructExpr>(PID->getGetterCXXConstructor()); in GenerateObjCAtomicGetterCopyHelperFunction()
1056 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()1118 propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()3708 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null"); in GenerateObjCAtomicGetterCopyHelperFunction()3760 cast<CXXConstructExpr>(PID->getGetterCXXConstructor()); in GenerateObjCAtomicGetterCopyHelperFunction()
2743 Expr *getGetterCXXConstructor() const { in getGetterCXXConstructor() function
2864 Expr *getGetterCXXConstructor() const { in getGetterCXXConstructor() function
831 Record.AddStmt(D->getGetterCXXConstructor()); in VisitObjCPropertyImplDecl()
909 Record.AddStmt(D->getGetterCXXConstructor()); in VisitObjCPropertyImplDecl()