Home | History | Annotate | Download | only in AsmParser

Lines Matching full:lex

183     --CurPtr;  // Another call to lex will return EOF again.
255 /// Lex all tokens that start with an @ character.
378 /// Lex all tokens that start with a % character.
386 /// Lex all tokens that start with a " character.
407 /// Lex all tokens that start with a ! character.
411 // Lex a metadata name as a MetadataVar.
428 /// Lex all tokens that start with a # character.
446 /// Lex a label, integer type, keyword, or hexadecimal integer constant.
824 /// Lex all tokens that start with a 0x prefix, knowing they match and are not
883 /// Lex tokens for a label or a numeric constant, possibly starting with -.
948 /// Lex a floating point constant starting with +.