summaryrefslogtreecommitdiff
path: root/cli/traversal/elements.cxx
blob: 5266bcce0c3a73309643a59322a67928905749c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : cli/traversal/elements.cxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#include <cli/traversal/elements.hxx>

namespace traversal
{
  void names::
  traverse (type& e)
  {
    dispatch (e.named ());
  }
}