Variable: semantic-parse-tree-state
semantic-parse-tree-state is a buffer-local variable defined in
semantic.el.gz.
Documentation
State of the current parse tree.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
;;; Parse tree state management API
;;
(defvar-local semantic-parse-tree-state 'needs-rebuild
"State of the current parse tree.")