semantic-tag-children-compatibility

semantic-tag-children-compatibility is a compiled Lisp function in `tag.el'.

(semantic-tag-children-compatibility TAG &optional POSITIONONLY)

Return children of TAG.
If POSITIONONLY is nil, use `semantic-tag-components'.
If POSITIONONLY is non-nil, use `semantic-tag-components-with-overlays'.
DO NOT use this fcn in new code. Use one of the above instead.