Lines Matching full:lex
221 const AsmToken &Lex() override;
314 /// current token is not set; clients should ensure Lex() is called
608 const AsmToken &AsmParser::Lex() {
609 const AsmToken *tok = &Lexer.Lex();
617 tok = &Lexer.Lex();
633 Lex();
719 Lex();
723 Lex();
730 Lex();
741 Lex();
758 Lex();
773 Lex();
793 Lex(); // Eat the operator.
823 Lexer.Lex(); // eat @
835 Lexer.Lex(); // eat (
842 Lexer.Lex(); // eat )
889 Lex(); // Eat token.
909 Lex(); // Eat identifier.
919 Lex(); // Eat token.
929 Lex(); // Eat identifier.
933 Lex(); // Eat the '('.
938 Lex(); // Eat the '['.
941 Lex(); // Eat the operator.
947 Lex(); // Eat the operator.
953 Lex(); // Eat the operator.
1040 Lex();
1057 Lex();
1082 // We don't Lex() the last RParen.
1088 Lex();
1281 Lex();
1308 Lex();
1330 Lex(); // Consume the integer token to be used as an identifier token.
1338 Lex();
1342 Lex();
1347 Lex();
1416 Lex();
1462 Lex();
1474 Lex();
1803 Lex();
1810 Lex(); // Eat the hash token.
1820 Lex();
2096 Lex(); // Eat spaces
2131 Lex();
2170 Lex();
2235 Lex();
2289 Lex();
2297 Lex();
2340 Lex();
2351 Lex();
2360 Lex(); // Consume the identifier token.
2377 Lex();
2458 Lex();
2465 Lex();
2469 Lex();
2490 Lexer.Lex();
2496 Lexer.Lex();
2499 Lexer.Lex();
2546 Lex();
2550 Lex();
2569 Lex();
2596 Lex();
2600 Lex();
2615 Lex();
2618 Lex();
2642 Lex();
2654 Lex();
2658 Lex();
2673 Lex();
2681 Lex();
2711 Lex();
2720 Lex();
2729 Lex();
2772 Lex();
2781 Lex();
2803 Lex();
2817 Lex();
2828 Lex();
2893 Lex();
2907 Lex();
2919 Lex();
2952 Lex();
2978 Lex();
2985 Lex();
2993 Lex();
3086 Lex();
3144 Lex();
3174 Lex();
3224 Lex();
3243 Lex();
3291 Lex();
3354 Lex();
3409 Lex();
3424 Lex(); // consume ':'
3444 Lex();
3460 Lex();
3464 Lex();
3469 // Lex the macro definition.
3481 Lex();
3690 Lex();
3721 Lex();
3734 Lex();
3753 Lex();
3762 Lex();
3794 Lex();
3825 Lex();
3829 Lex();
3848 Lex();
3858 Lex();
3879 Lex();
3917 Lex();
3939 Lex();
3965 Lex();
3994 Lex();
4040 Lex();
4064 Lex();
4071 Lex();
4093 Lex();
4104 Lex();
4116 Lex();
4139 Lex();
4176 Lex();
4190 Lex();
4214 Lex();
4217 Lex();
4245 Lex();
4271 Lex();
4284 Lex();
4436 Lex();
4475 Lex();
4499 Lex();
4501 // Lex the rept definition.
4531 Lex();
4538 Lex();
4540 // Lex the irp definition.
4573 Lex();
4583 Lex();
4585 // Lex the irpc definition.
4696 Lex();
4944 Parser.Lex();