Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexTokenInternal

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