semantic-lex-end-block

semantic-lex-end-block is a compiled Lisp function in `lex.el'.

(semantic-lex-end-block SYNTAX)

Process the end of a previously marked SYNTAX block.
That is, collapse the tokens inside that block, including the
beginning and end of block tokens, into a high level block token of
class SYNTAX.
The token at beginning of block is the one marked by a previous call
to `semantic-lex-start-block'. The current token is the end of block.
The collapsed tokens are saved in `semantic-lex-block-streams'.