Function: semantic-ctxt-current-function

semantic-ctxt-current-function is a byte-compiled function defined in ctxt.el.gz.

Signature

(semantic-ctxt-current-function &optional POINT)

Documentation

Return the current function call the cursor is in at POINT.

The function returned is the one accepting the arguments that the cursor is currently in. It will not return function symbol if the cursor is on the text representing that function.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/ctxt.el.gz
(define-overloadable-function semantic-ctxt-current-function (&optional point)
  "Return the current function call the cursor is in at POINT.
The function returned is the one accepting the arguments that
the cursor is currently in.  It will not return function symbol if the
cursor is on the text representing that function.")