Home
last modified time | relevance | path

Searched refs:curToken_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dlexer.cpp94 Lexer::Lexer() : filePath_(), file_(nullptr), mode_(ParseMode::DECL_MODE), havePeek_(false), curToken_() {} in Lexer()
104 InitCurToken(curToken_); in Reset()
111 ReadToken(curToken_, skipComment); in PeekToken()
114 return curToken_; in PeekToken()
120 ReadToken(curToken_, skipComment); in GetToken()
123 return curToken_; in GetToken()
170 while (curToken_.kind != tokenType) { in SkipToken()
H A Dlexer.h111 Token curToken_; member in OHOS::Idl::Lexer

Completed in 2 milliseconds