Lines Matching defs:Lex
1 //===- TokenLexer.cpp - Lex from a token stream ---------------------------===//
13 #include "clang/Lex/TokenLexer.h"
20 #include "clang/Lex/LexDiagnostic.h"
21 #include "clang/Lex/Lexer.h"
22 #include "clang/Lex/MacroArgs.h"
23 #include "clang/Lex/MacroInfo.h"
24 #include "clang/Lex/Preprocessor.h"
25 #include "clang/Lex/Token.h"
26 #include "clang/Lex/VariadicMacroSupport.h"
620 /// Lex - Lex and return a token from this macro stream.
621 bool TokenLexer::Lex(Token &Tok) {
802 // Lex the resultant pasted token into Result.
828 // Make a lexer to lex this string from. Lex just this one token.
834 // Lex a token in raw mode. This way it won't look up identifiers