Home | History | Annotate | Download | only in Lex

Lines Matching refs:Lex

15 #include "clang/Lex/Pragma.h"
18 #include "clang/Lex/HeaderSearch.h"
19 #include "clang/Lex/LexDiagnostic.h"
20 #include "clang/Lex/LiteralSupport.h"
21 #include "clang/Lex/MacroInfo.h"
22 #include "clang/Lex/Preprocessor.h"
102 /// HandlePragmaDirective - The "\#pragma" directive has been parsed. Lex the
167 // In that case we don't actually "activate" the pragma now, we only lex it
183 Lex(Tok);
190 Lex(Tok);
195 Lex(Tok);
197 Lex(Tok);
204 Lex(Tok);
206 Lex(Tok);
214 Lex(Tok);
280 // where we can lex it.
286 // Make and enter a lexer object so that we lex and expand the tokens just
293 // With everything set up, lex this as a #pragma directive.
297 return Lex(Tok);
307 Lex(Tok);
316 Lex(Tok);
323 Lex(Tok);
342 // With everything set up, lex this as a #pragma directive.
346 return Lex(Tok);
485 // Lex
487 Lex(DependencyTok);
490 Lex(DependencyTok);
507 Lex(Tok);
515 Lex(Tok);
531 Lex(Tok);
625 Lex(Tok);
658 Lex(Tok);
688 Lex(Tok);
1054 PP.Lex(Tok);
1061 PP.Lex(Tok);
1081 PP.Lex(Tok); // eat the r_paren.
1168 // Lex the 'begin' or 'end'.