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

NameValueComment
STC_Arithmetic0
STC_Array1
STC_Block2
STC_Function3
STC_ObjectiveC4
STC_Other5
STC_Pointer6
STC_Record7
STC_Void8