enum Clang::CursorKind
Defined in:
cursor_kind.cr
Enum Members
-
UnexposedDecl =
1
-
StructDecl =
2
-
UnionDecl =
3
-
ClassDecl =
4
-
EnumDecl =
5
-
FieldDecl =
6
-
EnumConstantDecl =
7
-
FunctionDecl =
8
-
VarDecl =
9
-
ParmDecl =
10
-
ObjCInterfaceDecl =
11
-
ObjCCategoryDecl =
12
-
ObjCProtocolDecl =
13
-
ObjCPropertyDecl =
14
-
ObjCIvarDecl =
15
-
ObjCInstanceMethodDecl =
16
-
ObjCClassMethodDecl =
17
-
ObjCImplementationDecl =
18
-
ObjCCategoryImplDecl =
19
-
TypedefDecl =
20
-
CXXMethod =
21
-
Namespace =
22
-
LinkageSpec =
23
-
Constructor =
24
-
Destructor =
25
-
ConversionFunction =
26
-
TemplateTypeParameter =
27
-
NonTypeTemplateParameter =
28
-
TemplateTemplateParameter =
29
-
FunctionTemplate =
30
-
ClassTemplate =
31
-
ClassTemplatePartialSpecialization =
32
-
NamespaceAlias =
33
-
UsingDirective =
34
-
UsingDeclaration =
35
-
TypeAliasDecl =
36
-
ObjCSynthesizeDecl =
37
-
ObjCDynamicDecl =
38
-
CXXAccessSpecifier =
39
-
FirstDecl =
1
-
LastDecl =
39
-
FirstRef =
40
-
ObjCSuperClassRef =
40
-
ObjCProtocolRef =
41
-
ObjCClassRef =
42
-
TypeRef =
43
-
CXXBaseSpecifier =
44
-
TemplateRef =
45
-
NamespaceRef =
46
-
MemberRef =
47
-
LabelRef =
48
-
OverloadedDeclRef =
49
-
VariableRef =
50
-
LastRef =
50
-
FirstInvalid =
70
-
InvalidFile =
70
-
NoDeclFound =
71
-
NotImplemented =
72
-
InvalidCode =
73
-
LastInvalid =
73
-
FirstExpr =
100
-
UnexposedExpr =
100
-
DeclRefExpr =
101
-
MemberRefExpr =
102
-
CallExpr =
103
-
ObjCMessageExpr =
104
-
BlockExpr =
105
-
IntegerLiteral =
106
-
FloatingLiteral =
107
-
ImaginaryLiteral =
108
-
StringLiteral =
109
-
CharacterLiteral =
110
-
ParenExpr =
111
-
UnaryOperator =
112
-
ArraySubscriptExpr =
113
-
BinaryOperator =
114
-
CompoundAssignOperator =
115
-
ConditionalOperator =
116
-
CStyleCastExpr =
117
-
CompoundLiteralExpr =
118
-
InitListExpr =
119
-
AddrLabelExpr =
120
-
StmtExpr =
121
-
GenericSelectionExpr =
122
-
GNUNullExpr =
123
-
CXXStaticCastExpr =
124
-
CXXDynamicCastExpr =
125
-
CXXReinterpretCastExpr =
126
-
CXXConstCastExpr =
127
-
CXXFunctionalCastExpr =
128
-
CXXTypeidExpr =
129
-
CXXBoolLiteralExpr =
130
-
CXXNullPtrLiteralExpr =
131
-
CXXThisExpr =
132
-
CXXThrowExpr =
133
-
CXXNewExpr =
134
-
CXXDeleteExpr =
135
-
UnaryExpr =
136
-
ObjCStringLiteral =
137
-
ObjCEncodeExpr =
138
-
ObjCSelectorExpr =
139
-
ObjCProtocolExpr =
140
-
ObjCBridgedCastExpr =
141
-
PackExpansionExpr =
142
-
SizeOfPackExpr =
143
-
LambdaExpr =
144
-
ObjCBoolLiteralExpr =
145
-
ObjCSelfExpr =
146
-
OMPArraySectionExpr =
147
-
ObjCAvailabilityCheckExpr =
148
-
LastExpr =
148
-
FirstStmt =
200
-
UnexposedStmt =
200
-
LabelStmt =
201
-
CompoundStmt =
202
-
CaseStmt =
203
-
DefaultStmt =
204
-
IfStmt =
205
-
SwitchStmt =
206
-
WhileStmt =
207
-
DoStmt =
208
-
ForStmt =
209
-
GotoStmt =
210
-
IndirectGotoStmt =
211
-
ContinueStmt =
212
-
BreakStmt =
213
-
ReturnStmt =
214
-
GCCAsmStmt =
215
-
AsmStmt =
215
-
ObjCAtTryStmt =
216
-
ObjCAtCatchStmt =
217
-
ObjCAtFinallyStmt =
218
-
ObjCAtThrowStmt =
219
-
ObjCAtSynchronizedStmt =
220
-
ObjCAutoreleasePoolStmt =
221
-
ObjCForCollectionStmt =
222
-
CXXCatchStmt =
223
-
CXXTryStmt =
224
-
CXXForRangeStmt =
225
-
SEHTryStmt =
226
-
SEHExceptStmt =
227
-
SEHFinallyStmt =
228
-
MSAsmStmt =
229
-
NullStmt =
230
-
DeclStmt =
231
-
OMPParallelDirective =
232
-
OMPSimdDirective =
233
-
OMPForDirective =
234
-
OMPSectionsDirective =
235
-
OMPSectionDirective =
236
-
OMPSingleDirective =
237
-
OMPParallelForDirective =
238
-
OMPParallelSectionsDirective =
239
-
OMPTaskDirective =
240
-
OMPMasterDirective =
241
-
OMPCriticalDirective =
242
-
OMPTaskyieldDirective =
243
-
OMPBarrierDirective =
244
-
OMPTaskwaitDirective =
245
-
OMPFlushDirective =
246
-
SEHLeaveStmt =
247
-
OMPOrderedDirective =
248
-
OMPAtomicDirective =
249
-
OMPForSimdDirective =
250
-
OMPParallelForSimdDirective =
251
-
OMPTargetDirective =
252
-
OMPTeamsDirective =
253
-
OMPTaskgroupDirective =
254
-
OMPCancellationPointDirective =
255
-
OMPCancelDirective =
256
-
OMPTargetDataDirective =
257
-
OMPTaskLoopDirective =
258
-
OMPTaskLoopSimdDirective =
259
-
OMPDistributeDirective =
260
-
OMPTargetEnterDataDirective =
261
-
OMPTargetExitDataDirective =
262
-
OMPTargetParallelDirective =
263
-
OMPTargetParallelForDirective =
264
-
OMPTargetUpdateDirective =
265
-
OMPDistributeParallelForDirective =
266
-
OMPDistributeParallelForSimdDirective =
267
-
OMPDistributeSimdDirective =
268
-
OMPTargetParallelForSimdDirective =
269
-
LastStmt =
269
-
TranslationUnit =
300
-
FirstAttr =
400
-
UnexposedAttr =
400
-
IBActionAttr =
401
-
IBOutletAttr =
402
-
IBOutletCollectionAttr =
403
-
CXXFinalAttr =
404
-
CXXOverrideAttr =
405
-
AnnotateAttr =
406
-
AsmLabelAttr =
407
-
PackedAttr =
408
-
PureAttr =
409
-
ConstAttr =
410
-
NoDuplicateAttr =
411
-
CUDAConstantAttr =
412
-
CUDADeviceAttr =
413
-
CUDAGlobalAttr =
414
-
CUDAHostAttr =
415
-
CUDASharedAttr =
416
-
VisibilityAttr =
417
-
DLLExport =
418
-
DLLImport =
419
-
LastAttr =
419
-
PreprocessingDirective =
500
-
MacroDefinition =
501
-
MacroExpansion =
502
-
MacroInstantiation =
502
-
InclusionDirective =
503
-
FirstPreprocessing =
500
-
LastPreprocessing =
503
-
ModuleImportDecl =
600
-
TypeAliasTemplateDecl =
601
-
StaticAssert =
602
-
OverloadCandidate =
700
Instance Method Summary
Instance Method Detail
def
array_subscript_expr?
#
def
class_template_partial_specialization?
#
def
compound_assign_operator?
#
def
compound_literal_expr?
#
def
conditional_operator?
#
def
conversion_function?
#
def
cuda_constant_attr?
#
def
cxx_access_specifier?
#
def
cxx_base_specifier?
#
def
cxx_bool_literal_expr?
#
def
cxx_const_cast_expr?
#
def
cxx_dynamic_cast_expr?
#
def
cxx_for_range_stmt?
#
def
cxx_functional_cast_expr?
#
def
cxx_null_ptr_literal_expr?
#
def
cxx_reinterpret_cast_expr?
#
def
cxx_static_cast_expr?
#
def
enum_constant_decl?
#
def
first_preprocessing?
#
def
generic_selection_expr?
#
def
ib_outlet_collection_attr?
#
def
inclusion_directive?
#
def
indirect_goto_stmt?
#
def
last_preprocessing?
#
def
macro_instantiation?
#
def
module_import_decl?
#
def
non_type_template_parameter?
#
def
obj_c_at_catch_stmt?
#
def
obj_c_at_finally_stmt?
#
def
obj_c_at_synchronized_stmt?
#
def
obj_c_at_throw_stmt?
#
def
obj_c_autorelease_pool_stmt?
#
def
obj_c_availability_check_expr?
#
def
obj_c_bool_literal_expr?
#
def
obj_c_bridged_cast_expr?
#
def
obj_c_category_decl?
#
def
obj_c_category_impl_decl?
#
def
obj_c_class_method_decl?
#
def
obj_c_dynamic_decl?
#
def
obj_c_for_collection_stmt?
#
def
obj_c_implementation_decl?
#
def
obj_c_instance_method_decl?
#
def
obj_c_interface_decl?
#
def
obj_c_message_expr?
#
def
obj_c_property_decl?
#
def
obj_c_protocol_decl?
#
def
obj_c_protocol_expr?
#
def
obj_c_protocol_ref?
#
def
obj_c_selector_expr?
#
def
obj_c_string_literal?
#
def
obj_c_super_class_ref?
#
def
obj_c_synthesize_decl?
#
def
omp_array_section_expr?
#
def
omp_atomic_directive?
#
def
omp_barrier_directive?
#
def
omp_cancel_directive?
#
def
omp_cancellation_point_directive?
#
def
omp_critical_directive?
#
def
omp_distribute_directive?
#
def
omp_distribute_parallel_for_directive?
#
def
omp_distribute_parallel_for_simd_directive?
#
def
omp_distribute_simd_directive?
#
def
omp_flush_directive?
#
def
omp_for_simd_directive?
#
def
omp_master_directive?
#
def
omp_ordered_directive?
#
def
omp_parallel_directive?
#
def
omp_parallel_for_directive?
#
def
omp_parallel_for_simd_directive?
#
def
omp_parallel_sections_directive?
#
def
omp_section_directive?
#
def
omp_sections_directive?
#
def
omp_simd_directive?
#
def
omp_single_directive?
#
def
omp_target_data_directive?
#
def
omp_target_directive?
#
def
omp_target_enter_data_directive?
#
def
omp_target_exit_data_directive?
#
def
omp_target_parallel_directive?
#
def
omp_target_parallel_for_directive?
#
def
omp_target_parallel_for_simd_directive?
#
def
omp_target_update_directive?
#
def
omp_task_directive?
#
def
omp_task_loop_directive?
#
def
omp_task_loop_simd_directive?
#
def
omp_taskgroup_directive?
#
def
omp_taskwait_directive?
#
def
omp_taskyield_directive?
#
def
omp_teams_directive?
#
def
overload_candidate?
#
def
overloaded_decl_ref?
#
def
pack_expansion_expr?
#
def
preprocessing_directive?
#
def
template_template_parameter?
#
def
template_type_parameter?
#
def
type_alias_template_decl?
#