Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:nextTok

1119         const AsmToken &nextTok = Parser.getTok();
1120 if (nextTok.isNot(AsmToken::Identifier))
1123 Str += nextTok.getIdentifier();