Function: semantic-parse-tree-set-needs-rebuild

semantic-parse-tree-set-needs-rebuild is a macro defined in semantic.el.gz.

Signature

(semantic-parse-tree-set-needs-rebuild)

Documentation

Indicate that the current parse tree needs to be rebuilt.

The parse tree must be rebuilt by semantic-parse-region.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defmacro semantic-parse-tree-set-needs-rebuild ()
  "Indicate that the current parse tree needs to be rebuilt.
The parse tree must be rebuilt by `semantic-parse-region'."
  '(setq semantic-parse-tree-state 'needs-rebuild))