Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.cpp295 if (token.type == TOKEN_BEGIN_COMMENT_BLOCK) in _ParseLine()
370 case TOKEN_BEGIN_COMMENT_BLOCK: in _MapTokenToSyntaxType()
H A DCLanguageTokenizer.h72 TOKEN_BEGIN_COMMENT_BLOCK, enumerator
H A DCLanguageTokenizer.cpp300 type = TOKEN_BEGIN_COMMENT_BLOCK; in _ParseOperator()