Variable: semanticdb-find-scanned-include-tags

semanticdb-find-scanned-include-tags is a buffer-local variable defined in db-find.el.gz.

Documentation

All include tags scanned, plus action taken on the tag.

Each entry is an alist:
  (ACTION . TAG)
where ACTION is one of scanned, duplicate, lost and TAG is a clone of the include tag that was found.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-find.el.gz
(defvar-local semanticdb-find-scanned-include-tags nil
  "All include tags scanned, plus action taken on the tag.
Each entry is an alist:
  (ACTION . TAG)
where ACTION is one of `scanned', `duplicate', `lost'
and TAG is a clone of the include tag that was found.")