Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:nextTok

4269         const AsmToken &nextTok = Parser.getTok();
4270 if (nextTok.isNot(AsmToken::Identifier))
4273 Str += nextTok.getIdentifier();