Function: ede-locate-cscope--eieio-childp

ede-locate-cscope--eieio-childp is a byte-compiled function defined in locate.el.gz.

Signature

(ede-locate-cscope--eieio-childp OBJ)

Documentation

Return non-nil if OBJ is an object of type ede-locate-cscope(var)/ede-locate-cscope(fun) or a subclass.

Aliases

ede-locate-cscope-child-p (obsolete since 25.1)

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/locate.el.gz
(defclass ede-locate-cscope (ede-locate-base)
  ()
  "EDE Locator using Cscope.
Configure EDE's use of Cscope through the cedet-cscope.el
file name searching variable `cedet-cscope-command'.")