Lines Matching refs:Token
108 Token Lexer::PeekToken(bool skipComment) in PeekToken()
117 Token Lexer::GetToken(bool skipComment) in GetToken()
177 Token token = PeekToken(); in SkipUntilToken()
190 bool Lexer::ReadCacheableTime(Token &token) in ReadCacheableTime()
223 void Lexer::ReadToken(Token &token, bool skipComment) in ReadToken()
269 void Lexer::InitCurToken(Token &token) in InitCurToken()
278 void Lexer::ReadId(Token &token) in ReadId()
302 void Lexer::ReadNum(Token &token) in ReadNum()
328 void Lexer::ReadBinaryNum(Token &token) in ReadBinaryNum()
350 void Lexer::ReadOctNum(Token &token) in ReadOctNum()
373 void Lexer::ReadHexNum(Token &token) in ReadHexNum()
395 void Lexer::ReadDecNum(Token &token) in ReadDecNum()
415 void Lexer::ReadNumSuffix(Token &token) in ReadNumSuffix()
428 void Lexer::ReadShiftLeftOp(Token &token) in ReadShiftLeftOp()
445 void Lexer::ReadShiftRightOp(Token &token) in ReadShiftRightOp()
462 void Lexer::ReadPPlusOp(Token &token) in ReadPPlusOp()
479 void Lexer::ReadMMinusOp(Token &token) in ReadMMinusOp()
496 void Lexer::ReadComment(Token &token) in ReadComment()
514 void Lexer::ReadLineComment(Token &token) in ReadLineComment()
532 void Lexer::ReadBlockComment(Token &token) in ReadBlockComment()
553 void Lexer::ReadSymbolToken(Token &token) in ReadSymbolToken()