Lines Matching full:lex
15 #include "clang/Lex/Preprocessor.h"
20 #include "clang/Lex/CodeCompletionHandler.h"
21 #include "clang/Lex/ExternalPreprocessorSource.h"
22 #include "clang/Lex/LexDiagnostic.h"
23 #include "clang/Lex/MacroArgs.h"
24 #include "clang/Lex/MacroInfo.h"
411 // Okay, if we know that the token is a '(', lex it and return. Otherwise we
794 // identifiers we lex as macro arguments correspond to disabled macros.
972 /// going to lex in the cache and when it finishes the tokens are removed
1308 PP.Lex(Tok);
1464 // invoke the pragma handler, then lex the token after it.