Function: xref-etags-location-p
xref-etags-location-p is a byte-compiled function defined in
etags.el.gz.
Signature
(xref-etags-location-p CL-X)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(cl-defstruct (xref-etags-location
(:constructor xref-make-etags-location (tag-info file)))
"Location of an etags tag."
tag-info file)