Function: semantic-parse-tree-up-to-date-p

semantic-parse-tree-up-to-date-p is a macro defined in semantic.el.gz.

Signature

(semantic-parse-tree-up-to-date-p)

Documentation

Return non-nil if the current parse tree is up to date.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defmacro semantic-parse-tree-up-to-date-p ()
  "Return non-nil if the current parse tree is up to date."
  '(null semantic-parse-tree-state))