Home | History | Annotate | Download | only in Lex

Lines Matching full:lex

15 #include "clang/Lex/Preprocessor.h"
18 #include "clang/Lex/HeaderSearch.h"
19 #include "clang/Lex/LexDiagnostic.h"
20 #include "clang/Lex/MacroInfo.h"
21 #include "clang/Lex/PTHManager.h"
433 // Client should lex another token unless we generated an EOM.
590 if (!HandleEndOfTokenLexer(Tok)) Lex(Tok);
597 // which should lex to 'a' only: 'b' and 'c' should be removed.
599 Lex(Tok);
613 return Lex(Tok);