Kind of identifier resolved by the Sema callback.

Synopsis

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

enum IdKind;

Members

Name

Description

IK_Invalid

Initial state; unexpected after successful parsing.

IK_Label

Function or label reference.

IK_EnumVal

Value of an enumeration type.

IK_Var

Variable.

Created with MrDocs