Home | History | Annotate | Download | only in MCParser

Lines Matching refs:Eof

289   /// is initially unknown, set it to AsmToken::Eof. It will be set to the
320 /// will be either the EndOfStatement or EOF.
584 if (tok->is(AsmToken::Eof)) {
624 while (Lexer.isNot(AsmToken::Eof)) {
688 Lexer.isNot(AsmToken::Eof))
700 Lexer.isNot(AsmToken::Eof))
712 Lexer.isNot(AsmToken::Eof))
1249 if (Lexer.is(AsmToken::Eof))
1827 if (Lexer.is(AsmToken::Eof) || Lexer.is(AsmToken::Equal)) {
1834 if (ArgumentDelimiter == AsmToken::Eof)
1850 ArgumentDelimiter == AsmToken::Eof) {
1860 if (ArgumentDelimiter == AsmToken::Eof &&
1897 AsmToken::TokenKind ArgumentDelimiter = AsmToken::Eof;
3039 AsmToken::TokenKind ArgumentDelimiter = AsmToken::Eof;
3069 if (getLexer().is(AsmToken::Eof))
3828 if (getLexer().is(AsmToken::Eof)) {
4118 while (getLexer().isNot(AsmToken::Eof)) {