Function: xref-buffer-location-p

xref-buffer-location-p is a byte-compiled 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
(cl-defstruct (xref-buffer-location
               (:constructor xref-make-buffer-location (buffer position)))
  buffer position)