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()2885 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null"); in GenerateObjCAtomicGetterCopyHelperFunction()2937 cast<CXXConstructExpr>(PID->getGetterCXXConstructor()); in GenerateObjCAtomicGetterCopyHelperFunction()
1987 Expr *getGetterCXXConstructor() const { in getGetterCXXConstructor() function
620 Writer.AddStmt(D->getGetterCXXConstructor()); in VisitObjCPropertyImplDecl()