Function: semantic-ia-get-completions
semantic-ia-get-completions is a byte-compiled function defined in
ia.el.gz.
This function is obsolete since 28.1; use
semantic-analyze-possible-completions instead.
Signature
(semantic-ia-get-completions CONTEXT POINT)
Documentation
Fetch the completion of CONTEXT at POINT.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/ia.el.gz
(defun semantic-ia-get-completions (context _point)
"Fetch the completion of CONTEXT at POINT."
(declare (obsolete semantic-analyze-possible-completions "28.1"))
(semantic-analyze-possible-completions context))