Variable: semantic-lex-spp-use-headers-flag
semantic-lex-spp-use-headers-flag is a customizable variable defined
in lex-spp.el.gz.
Value
nil
Documentation
Non-nil means to pre-parse headers as we go.
For languages that use the Semantic pre-processor, this can improve the accuracy of parsed files where include files can change the state of what's parsed in the current file.
Note: Not implemented yet.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex-spp.el.gz
;;; INCLUDES
;;
;; These analyzers help a language define how include files
;; are identified. These are ONLY for languages that perform
;; an actual textual inclusion, and not for imports.
;;
;; This section is supposed to allow the macros from the headers to be
;; added to the local dynamic macro table, but that hasn't been
;; written yet.
;;
(defcustom semantic-lex-spp-use-headers-flag nil
"Non-nil means to pre-parse headers as we go.
For languages that use the Semantic pre-processor, this can
improve the accuracy of parsed files where include files
can change the state of what's parsed in the current file.
Note: Not implemented yet."
:group 'semantic
:type 'boolean)