Home
last modified time | relevance | path

Searched refs:COMMENT_BLOCK (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/idl_tool/parser/
H A Dtoken.h57 COMMENT_BLOCK, member in OHOS::Idl::Token
H A Dlexer.cpp206 currentToken_ = Token::COMMENT_BLOCK; in ReadBlockComment()
289 case Token::COMMENT_BLOCK: in DumpToken()
H A Dparser.cpp91 if (token != Token::COMMENT_BLOCK) { in ParseLicense()
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h98 COMMENT_BLOCK, member in OHOS::Idl::TokenType
H A Dlexer.cpp256 if ((token.kind == TokenType::COMMENT_BLOCK || token.kind == TokenType::COMMENT_LINE) && skipComment) { in ReadToken()
549 token.kind = TokenType::COMMENT_BLOCK; in ReadBlockComment()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp138 if (token.kind == TokenType::COMMENT_BLOCK) { in ParseLicense()

Completed in 7 milliseconds