Function: xref-make-buffer-location--cmacro
xref-make-buffer-location--cmacro is a function defined in xref.el.gz.
Signature
(xref-make-buffer-location--cmacro _CL-WHOLE-ARG BUFFER POSITION)
Documentation
compiler-macro for inlining xref-make-buffer-location.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
;; Closure converted to defun by helpful.
(defun xref-make-buffer-location--cmacro
(_cl-whole-arg buffer position)
"compiler-macro for inlining `xref-make-buffer-location'."
(cl-block xref-make-buffer-location--cmacro
(cl--defsubst-expand
'(buffer position)
'(cl-block xref-make-buffer-location
(record 'xref-buffer-location buffer position))
nil nil nil buffer position)))