Searched defs:Lexer (Results 1 – 4 of 4) sorted by relevance
58 class Lexer { class386 Lexer, property
23 Lexer::Lexer() : lineno_(0), lineLoc_(0) {} in Lexer() function in Lexer
78 Lexer::Lexer() : filePath_(), file_(nullptr), mode_(ParseMode::DECL_MODE), havePeek_(false), curTok… in Lexer() function in OHOS::HDI::Lexer
55 class Lexer(object): class