enum SimplifiedTypeClass
Description
A simplified classification of types used when determining "similar" types for code completion.
Declared at: clang/include/clang/Sema/CodeCompleteConsumer.h:149
Enumerators
Name | Value | Comment |
---|---|---|
STC_Arithmetic | 0 | |
STC_Array | 1 | |
STC_Block | 2 | |
STC_Function | 3 | |
STC_ObjectiveC | 4 | |
STC_Other | 5 | |
STC_Pointer | 6 | |
STC_Record | 7 | |
STC_Void | 8 |