Function: semantic-ctxt-current-assignment
semantic-ctxt-current-assignment is a byte-compiled function defined
in ctxt.el.gz.
Signature
(semantic-ctxt-current-assignment &optional POINT)
Documentation
Return the current assignment near the cursor at POINT.
Return a list as per semantic-ctxt-current-symbol.
Return nil if there is nothing relevant.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/ctxt.el.gz
(define-overloadable-function semantic-ctxt-current-assignment (&optional point)
"Return the current assignment near the cursor at POINT.
Return a list as per `semantic-ctxt-current-symbol'.
Return nil if there is nothing relevant.")