Constructor macro for honsed vl-idtoken-p structures.
Syntax:
(make-honsed-vl-idtoken [:etext <etext>] [:name <name>])
This is identical to make-vl-idtoken, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-vl-idtoken (&rest args) (std::make-aggregate 'vl-idtoken args '((:etext) (:name)) 'make-honsed-vl-idtoken t))