Searched refs:instantiableName (Results 1 – 2 of 2) sorted by relevance
221 NewExpression::NewExpression(const std::string& n) : instantiableName(n) {} in NewExpression()225 : instantiableName(n), arguments(args) {} in NewExpression()228 to->Write("new %s(", this->instantiableName.c_str()); in Write()
201 const std::string instantiableName; member