Searched refs:getGetterCXXConstructor (Results 1 – 4 of 4) sorted by relevance
409 if (I->getGetterCXXConstructor()) { in createObjCPropertyGetter()411 return M.makeReturn(I->getGetterCXXConstructor()); in createObjCPropertyGetter()
812 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()874 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()2992 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null"); in GenerateObjCAtomicGetterCopyHelperFunction()3039 cast<CXXConstructExpr>(PID->getGetterCXXConstructor()); in GenerateObjCAtomicGetterCopyHelperFunction()
2691 Expr *getGetterCXXConstructor() const { in getGetterCXXConstructor() function
807 Writer.AddStmt(D->getGetterCXXConstructor()); in VisitObjCPropertyImplDecl()