Variable: semantic-orphaned-member-metaparent-type
semantic-orphaned-member-metaparent-type is a buffer-local variable
defined in sort.el.gz.
Documentation
In semantic-adopt-external-members, the type of type for metaparents.
A metaparent is a made-up type semantic token used to hold the child list of orphaned members of a named type.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/sort.el.gz
;;; Adoption
;;
;; Some languages allow children of a type to be defined outside
;; the syntactic scope of that class. These routines will find those
;; external members, and bring them together in a cloned copy of the
;; class tag.
;;
(defvar-local semantic-orphaned-member-metaparent-type "class"
"In `semantic-adopt-external-members', the type of `type' for metaparents.
A metaparent is a made-up type semantic token used to hold the child list
of orphaned members of a named type.")