SimpleNameNode
if (!NodeCreator<SimpleNameNode>(this)("std", prefix))
if (!NodeCreator<SimpleNameNode>(this)("string literal",
return NodeCreator<SimpleNameNode>(this)(name, length, _node);
SimpleNameNode(const char* name)
SimpleNameNode(const char* name, size_t length)
class SimpleTypeNode : public SimpleNameNode {
SimpleNameNode(name),
SimpleNameNode(kTypeNames[type]),