Function: semanticdb-expand-nested-tag

semanticdb-expand-nested-tag is a byte-compiled function defined in db-typecache.el.gz.

Signature

(semanticdb-expand-nested-tag TAG)

Documentation

Expand TAG from fully qualified names.

If TAG has fully qualified names, expand it to a series of nested namespaces instead.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-typecache.el.gz
;;; Refresh / Query API
;;
;; Queries that can be made for the typecache.
(define-overloadable-function semanticdb-expand-nested-tag (tag)
  "Expand TAG from fully qualified names.
If TAG has fully qualified names, expand it to a series of nested
namespaces instead."
  tag)