Searched refs:getGetterCXXConstructor (Results 1 – 3 of 3) sorted by relevance
729 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()791 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()2907 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null"); in GenerateObjCAtomicGetterCopyHelperFunction()2958 cast<CXXConstructExpr>(PID->getGetterCXXConstructor()); in GenerateObjCAtomicGetterCopyHelperFunction()
2224 Expr *getGetterCXXConstructor() const { in getGetterCXXConstructor() function
629 Writer.AddStmt(D->getGetterCXXConstructor()); in VisitObjCPropertyImplDecl()