Home
last modified time | relevance | path

Searched defs:skipComment (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/idl_tool/parser/
Dlexer.cpp69 Token Lexer::GetToken(bool skipComment) in GetToken()
78 Token Lexer::PeekToken(bool skipComment) in PeekToken()
87 Token Lexer::ReadToken(bool skipComment) in ReadToken()
127 bool Lexer::ReadTokenPeek(bool skipComment, char letter) in ReadTokenPeek()
/foundation/ability/idl_tool/idl_tool_2/lexer/
Dlexer.cpp108 Token Lexer::PeekToken(bool skipComment) in PeekToken()
117 Token Lexer::GetToken(bool skipComment) in GetToken()
223 void Lexer::ReadToken(Token &token, bool skipComment) in ReadToken()