Function: c-ts-mode--test-virtual-named-p

c-ts-mode--test-virtual-named-p is a byte-compiled function defined in c-ts-mode.el.gz.

Signature

(c-ts-mode--test-virtual-named-p)

Documentation

Return t if the virtual keyword is a namded node, nil otherwise.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/c-ts-mode.el.gz
(defun c-ts-mode--test-virtual-named-p ()
  "Return t if the virtual keyword is a namded node, nil otherwise."
  (ignore-errors
    (progn (treesit-query-compile 'cpp "(virtual)" t) t)))