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