Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexTokenInternal

1889       // End of preprocessor directive line, let LexTokenInternal handle this.
2441 LexTokenInternal(Tok);
2688 return LexTokenInternal(Result);
2719 return LexTokenInternal(Result);
2729 /// LexTokenInternal - This implements a simple C family lexer. It is an
2734 void Lexer::LexTokenInternal(Token &Result) {