Searched refs:LexTokenInternal (Results 1 – 2 of 2) sorted by relevance
572 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
3224 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex()3235 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() function in Lexer