Home
last modified time | relevance | path

Searched refs:ReadToken (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/idl_tool/parser/
H A Dlexer.cpp72 currentToken_ = ReadToken(skipComment); in GetToken()
81 currentToken_ = ReadToken(skipComment); in PeekToken()
87 Token Lexer::ReadToken(bool skipComment) in ReadToken() function in OHOS::Idl::Lexer
H A Dlexer.h82 Token ReadToken(bool skipComment);
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dlexer.h71 void ReadToken(Token &token, bool skipComment = true);
H A Dlexer.cpp111 ReadToken(curToken_, skipComment); in PeekToken()
120 ReadToken(curToken_, skipComment); in GetToken()
223 void Lexer::ReadToken(Token &token, bool skipComment) in ReadToken() function in OHOS::Idl::Lexer

Completed in 3 milliseconds