Home | History | Annotate | Download | only in Lex

Lines Matching full:lexer

281   // Make and enter a lexer object so that we lex and expand the tokens just
283 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc,
352 // Get the current file lexer we're looking at. Ignore _Pragma 'files' etc.
358 assert(CurPPLexer && "No current lexer?");
416 // Get the current file lexer we're looking at. Ignore _Pragma 'files' etc.