Lines Matching defs:Lex
13 #include "clang/Lex/Lexer.h"
23 #include "clang/Lex/LexDiagnostic.h"
24 #include "clang/Lex/LiteralSupport.h"
25 #include "clang/Lex/MultipleIncludeOpt.h"
26 #include "clang/Lex/Preprocessor.h"
27 #include "clang/Lex/PreprocessorOptions.h"
28 #include "clang/Lex/Token.h"
239 /// Preprocessor::Lex virtual. Given that, we could just dump in a magic lexer
397 // Lex from the start of the given location.
587 // Lex tokens until we find the token that contains the source location.
1345 // Lex from the start of the given location.
2028 /// LexNumericConstant - Lex the remainder of a integer or floating point
2097 /// LexUDSuffix - Lex the ud-suffix production for user-defined literal suffixes
2189 /// LexStringLiteral - Lex the remainder of a string literal, after having lexed
2250 /// LexRawStringLiteral - Lex the remainder of a raw string literal, after
2341 /// LexAngledStringLiteral - Lex the remainder of an angled string literal,
2418 /// LexCharConstant - Lex the remainder of a character constant, after having
3103 Lex(Tmp);
3107 Lex(Tmp);
3119 /// This returns true if Result contains a token, false if PP.Lex should be
3223 Lex(Tok);
3678 bool Lexer::Lex(Token &Result) {