enum APIRecord::RecordKind
Description
Discriminator for LLVM-style RTTI (dyn_cast < > et al.)
Declared at: clang/include/clang/ExtractAPI/API.h:79
Enumerators
Name | Value | Comment |
---|---|---|
RK_GlobalFunction | 0 | |
RK_GlobalVariable | 1 | |
RK_EnumConstant | 2 | |
RK_Enum | 3 | |
RK_StructField | 4 | |
RK_Struct | 5 | |
RK_ObjCProperty | 6 | |
RK_ObjCIvar | 7 | |
RK_ObjCMethod | 8 | |
RK_ObjCInterface | 9 | |
RK_ObjCCategory | 10 | |
RK_ObjCProtocol | 11 | |
RK_MacroDefinition | 12 | |
RK_Typedef | 13 |