Function: semantic-lex-buffer
semantic-lex-buffer is a byte-compiled function defined in lex.el.gz.
Signature
(semantic-lex-buffer &optional DEPTH)
Documentation
Lex the current buffer.
Optional argument DEPTH is the depth to scan into lists.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
(defsubst semantic-lex-buffer (&optional depth)
"Lex the current buffer.
Optional argument DEPTH is the depth to scan into lists."
(semantic-lex (point-min) (point-max) depth))