Home
last modified time | relevance | path

Searched refs:TOKEN_END_COMMENT_BLOCK (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.cpp275 if (token.type == TOKEN_END_COMMENT_BLOCK) in _ParseLine()
371 case TOKEN_END_COMMENT_BLOCK: in _MapTokenToSyntaxType()
H A DCLanguageTokenizer.h73 TOKEN_END_COMMENT_BLOCK, enumerator
H A DCLanguageTokenizer.cpp287 type = TOKEN_END_COMMENT_BLOCK; in _ParseOperator()