enum Value::ValueType
Declared at: llvm/include/llvm/Support/JSON.h:467
Enumerators
Name | Value | Comment |
---|---|---|
T_Null | 0 | |
T_Boolean | 1 | |
T_Double | 2 | |
T_Integer | 3 | |
T_StringRef | 4 | |
T_String | 5 | |
T_Object | 6 | |
T_Array | 7 |
Declared at: llvm/include/llvm/Support/JSON.h:467
Name | Value | Comment |
---|---|---|
T_Null | 0 | |
T_Boolean | 1 | |
T_Double | 2 | |
T_Integer | 3 | |
T_StringRef | 4 | |
T_String | 5 | |
T_Object | 6 | |
T_Array | 7 |