Variable: semanticdb-project-system-databases
semanticdb-project-system-databases is a buffer-local variable defined
in db.el.gz.
Documentation
List of databases containing system library information.
Mode authors can create their own system databases which know detailed information about the system libraries for querying purposes. Put those into this variable as a buffer-local, or mode-local value.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
(defvar-local semanticdb-project-system-databases nil
"List of databases containing system library information.
Mode authors can create their own system databases which know
detailed information about the system libraries for querying purposes.
Put those into this variable as a buffer-local, or mode-local
value.")