Function: semantic-collector-calculate-cache

semantic-collector-calculate-cache is a byte-compiled function defined in complete.el.gz.

Signature

(semantic-collector-calculate-cache ARG &rest ARGS)

Implementations

((obj semantic-collector-buffer-deep)) in `semantic/complete.el'.

Calculate the completion cache for OBJ. Uses `semantic-flatten-tags-table'.

((obj semantic-collector-abstract)) in `semantic/complete.el'.

Calculate the completion cache for OBJ.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/complete.el.gz
(cl-defmethod semantic-collector-calculate-cache
  ((_obj semantic-collector-abstract))
  "Calculate the completion cache for OBJ."
  nil
  )