Searched refs:instantiableName (Results 1 – 2 of 2) sorted by relevance
238 NewExpression::NewExpression(const std::string& n) : instantiableName(n) {} in NewExpression()240 NewExpression::NewExpression(const std::string& n, int argc = 0, ...) : instantiableName(n) { in NewExpression()255 to->Write("new %s(", this->instantiableName.c_str()); in Write()
202 const std::string instantiableName; member