Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getGetterCXXConstructor

729   const Expr *getter = propImpl->getGetterCXXConstructor();
791 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(),
2907 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null");
2958 cast<CXXConstructExpr>(PID->getGetterCXXConstructor());