Function: xref-buffer-location-p

xref-buffer-location-p is a function defined in xref.el.gz.

Signature

(xref-buffer-location-p CL-X)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
;; Could not find source code, showing raw function object.
#[(cl-x)
  ((cl-block xref-buffer-location-p
     (and (memq (type-of cl-x) cl-struct-xref-buffer-location-tags) t)))
  (t)]