Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexTokenInternal

2005       // End of preprocessor directive line, let LexTokenInternal handle this.
2900 // Set up misc whitespace flags for LexTokenInternal.
2920 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine);
2921 // (After the LexTokenInternal call, the lexer might be destroyed.)
2926 /// LexTokenInternal - This implements a simple C family lexer. It is an
2931 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) {