Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Identifier

1268   if (Tok.is(AsmToken::Identifier)) {
1323 Parser.Lex(); // Eat identifier token.
1502 case AsmToken::Identifier:
1505 // asm syntax. If handwritten asm includes an identifier like lo16,
1554 Parser.Lex(); // Eat the identifier token.
1560 case AsmToken::Identifier:
1569 Parser.Lex(); // Eat the identifier token.
1626 Parser.Lex(); // Eat the identifier token.
1639 case AsmToken::Identifier:
1643 Parser.Lex(); // Eat the identifier token.
1820 if (getLexer().isNot(AsmToken::Identifier) &&
1852 /// ::= .machine cpu-identifier
1855 if (getLexer().isNot(AsmToken::Identifier) &&
1915 Error(L, "expected identifier in directive");