public void AddConstDeclaration(ConstDeclaration cd) { m_scope.AddConstDeclaration(cd); }
public void AddConstDeclaration(ConstDeclaration cd) { AddChild(cd); m_constDeclarations.Add(NumChildren() - 1); }