Variable: semantic-format-parent-separator
semantic-format-parent-separator is a buffer-local variable defined in
format.el.gz.
Documentation
Text used to separate names when between namespaces/classes and functions.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/format.el.gz
(defvar-local semantic-format-parent-separator "::"
"Text used to separate names when between namespaces/classes and functions.")