Enum MacroKind
Describes the kind of macro declaration
public enum MacroKind
Fields
Define = 1Macro definition
EndFile = 4End of file macro
None = 0Default None value. This is an invalid value that is not supported by LLVM
StartFile = 3Start of file macro
Undefine = 2Undefine a macro
VendorExt = 255Vendor specific extension type