semantic-tag-new-variable

semantic-tag-new-variable is a compiled Lisp function in `tag.el'.

(semantic-tag-new-variable NAME TYPE &optional DEFAULT-VALUE &rest ATTRIBUTES)

Create a semantic tag of class 'variable.
NAME is the name of this variable.
TYPE is a string or semantic tag representing the type of this variable.
Optional DEFAULT-VALUE is a string representing the default value of this
variable. ATTRIBUTES is a list of additional attributes belonging to this
tag.