Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Identifier

785       Parser.Lex(); // Eat the identifier token.
803 // Parse an optional address-space identifier after the address.
844 Parser.Lex(); // Eat the identifier token.
894 case AsmToken::Identifier: {
895 StringRef Identifier;
896 if (!getParser().parseIdentifier(Identifier)) {
898 MCSymbol *Sym = getContext().getOrCreateSymbol(Identifier);
922 if (!getLexer().is(AsmToken::Identifier))
928 Parser.Lex(); // eat the identifier.
941 if (Tok.is(AsmToken::Identifier)) {
1244 if (!Tok.is(AsmToken::Identifier))
1254 Parser.Lex(); // Eat the identifier.