enum OnOffSwitch
Description
Defines the possible values of an on-off-switch (C99 6.10.6p2).
Declared at: clang/include/clang/Basic/TokenKinds.h:48
Enumerators
Name | Value | Comment |
---|---|---|
OOS_ON | 0 | |
OOS_OFF | 1 | |
OOS_DEFAULT | 2 |
Defines the possible values of an on-off-switch (C99 6.10.6p2).
Declared at: clang/include/clang/Basic/TokenKinds.h:48
Name | Value | Comment |
---|---|---|
OOS_ON | 0 | |
OOS_OFF | 1 | |
OOS_DEFAULT | 2 |