Lines Matching refs:LexTokenInternal
1977 // End of preprocessor directive line, let LexTokenInternal handle this.
2872 // Set up misc whitespace flags for LexTokenInternal.
2892 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine);
2893 // (After the LexTokenInternal call, the lexer might be destroyed.)
2898 /// LexTokenInternal - This implements a simple C family lexer. It is an
2903 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) {