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

/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dlexer.h33 Token Lex();
H A Dparser.h25 Token Lex() { return lexer_->LexNoComments(); } function in class:fidl::Parser
46 return Lex();
/fuchsia/zircon/system/host/fidl/lib/
H A Dlexer.cpp199 auto token = Lex();
206 Token Lexer::Lex() { function in class:fidl::Lexer
H A Dparser.cpp69 last_token_ = Lex();

Completed in 105 milliseconds