Check if the current token has kind K.

Synopsis

Declared in <llvm/MC/MCParser/AsmLexer.h>

bool
is(AsmToken::TokenKind K) const;

Return Value

True if the current token's kind is K.

Parameters

Name

Description

K

Token kind to compare against.

Created with MrDocs