Searched refs:getGetterCXXConstructor (Results 1 – 4 of 4) sorted by relevance
830 if (I->getGetterCXXConstructor()) { in createObjCPropertyGetter()832 return M.makeReturn(I->getGetterCXXConstructor()); in createObjCPropertyGetter()
1062 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()1160 propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()3839 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null"); in GenerateObjCAtomicGetterCopyHelperFunction()3896 cast<CXXConstructExpr>(PID->getGetterCXXConstructor()); in GenerateObjCAtomicGetterCopyHelperFunction()
2890 Expr *getGetterCXXConstructor() const { in getGetterCXXConstructor() function
929 Record.AddStmt(D->getGetterCXXConstructor()); in VisitObjCPropertyImplDecl()