Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getGetterCXXConstructor

812   const Expr *getter = propImpl->getGetterCXXConstructor();
874 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(),
2992 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null");
3039 cast<CXXConstructExpr>(PID->getGetterCXXConstructor());