File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,23 +110,23 @@ class Token:
110110 extent : SourceRange
111111
112112class CursorKind (Enum ):
113- INCLUSION_DIRECTIVE : TypeKind
114- MACRO_INSTANTIATION : TypeKind
115-
116- ENUM_DECL : TypeKind
117- MACRO_DEFINITION : TypeKind
118- STRUCT_DECL : TypeKind
119- TYPEDEF_DECL : TypeKind
120- FUNCTION_DECL : TypeKind
121-
122- FIELD_DECL : TypeKind
123- UNION_DECL : TypeKind
124- PARM_DECL : TypeKind
125- ENUM_CONSTANT_DECL : TypeKind
126-
127- ANNOTATE_ATTR : TypeKind
128- TYPE_REF : TypeKind
129- PACKED_ATTR : TypeKind
113+ INCLUSION_DIRECTIVE : CursorKind
114+ MACRO_INSTANTIATION : CursorKind
115+
116+ ENUM_DECL : CursorKind
117+ MACRO_DEFINITION : CursorKind
118+ STRUCT_DECL : CursorKind
119+ TYPEDEF_DECL : CursorKind
120+ FUNCTION_DECL : CursorKind
121+
122+ FIELD_DECL : CursorKind
123+ UNION_DECL : CursorKind
124+ PARM_DECL : CursorKind
125+ ENUM_CONSTANT_DECL : CursorKind
126+
127+ ANNOTATE_ATTR : CursorKind
128+ TYPE_REF : CursorKind
129+ PACKED_ATTR : CursorKind
130130
131131class Cursor :
132132 kind : CursorKind
You can’t perform that action at this time.
0 commit comments