semantic-symbol->name-assoc-list-for-type-parts

semantic-symbol->name-assoc-list-for-type-parts is a variable defined in `semantic.el'.
Its value is
nil

  • Automatically becomes buffer-local when set.

Documentation:
Like `semantic-symbol->name-assoc-list' for type parts.
Some tags that have children (see `semantic-tag-children-compatibility')
will want to define the names of classes of tags differently than at
the top level. For example, in C++, a Function may be called a
Method. In addition, there may be new types of tags that exist only
in classes, such as protection labels.