Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:nextTok

1773         const AsmToken &nextTok = Parser.getTok();
1774 if (nextTok.isNot(AsmToken::Identifier))
1777 Str += nextTok.getIdentifier();