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
FirstExtraDecl = 600
LastExtraDecl = 602
OverloadCandidate = 700

Instance Method Summary

Instance Method Detail

def addr_label_expr? #

[View source]
def annotate_attr? #

[View source]
def array_subscript_expr? #

[View source]
def asm_label_attr? #

[View source]
def asm_stmt? #

[View source]
def attribute? #

[View source]
def binary_operator? #

[View source]
def block_expr? #

[View source]
def break_stmt? #

[View source]
def c_style_cast_expr? #

[View source]
def call_expr? #

[View source]
def case_stmt? #

[View source]
def character_literal? #

[View source]
def class_decl? #

[View source]
def class_template? #

[View source]
def class_template_partial_specialization? #

[View source]
def compound_assign_operator? #

[View source]
def compound_literal_expr? #

[View source]
def compound_stmt? #

[View source]
def conditional_operator? #

[View source]
def const_attr? #

[View source]
def constructor? #

[View source]
def continue_stmt? #

[View source]
def conversion_function? #

[View source]
def cuda_constant_attr? #

[View source]
def cuda_device_attr? #

[View source]
def cuda_global_attr? #

[View source]
def cuda_host_attr? #

[View source]
def cuda_shared_attr? #

[View source]
def cxx_access_specifier? #

[View source]
def cxx_base_specifier? #

[View source]
def cxx_bool_literal_expr? #

[View source]
def cxx_catch_stmt? #

[View source]
def cxx_const_cast_expr? #

[View source]
def cxx_delete_expr? #

[View source]
def cxx_dynamic_cast_expr? #

[View source]
def cxx_final_attr? #

[View source]
def cxx_for_range_stmt? #

[View source]
def cxx_functional_cast_expr? #

[View source]
def cxx_method? #

[View source]
def cxx_new_expr? #

[View source]
def cxx_null_ptr_literal_expr? #

[View source]
def cxx_override_attr? #

[View source]
def cxx_reinterpret_cast_expr? #

[View source]
def cxx_static_cast_expr? #

[View source]
def cxx_this_expr? #

[View source]
def cxx_throw_expr? #

[View source]
def cxx_try_stmt? #

[View source]
def cxx_typeid_expr? #

[View source]
def decl_ref_expr? #

[View source]
def decl_stmt? #

[View source]
def declaration? #

[View source]
def default_stmt? #

[View source]
def destructor? #

[View source]
def dll_export? #

[View source]
def dll_import? #

[View source]
def do_stmt? #

[View source]
def enum_constant_decl? #

[View source]
def enum_decl? #

[View source]
def expression? #

[View source]
def field_decl? #

[View source]
def first_attr? #

[View source]
def first_decl? #

[View source]
def first_expr? #

[View source]
def first_extra_decl? #

[View source]
def first_invalid? #

[View source]
def first_preprocessing? #

[View source]
def first_ref? #

[View source]
def first_stmt? #

[View source]
def floating_literal? #

[View source]
def for_stmt? #

[View source]
def function_decl? #

[View source]
def function_template? #

[View source]
def gcc_asm_stmt? #

[View source]
def generic_selection_expr? #

[View source]
def gnu_null_expr? #

[View source]
def goto_stmt? #

[View source]
def ib_action_attr? #

[View source]
def ib_outlet_attr? #

[View source]
def ib_outlet_collection_attr? #

[View source]
def if_stmt? #

[View source]
def imaginary_literal? #

[View source]
def inclusion_directive? #

[View source]
def indirect_goto_stmt? #

[View source]
def init_list_expr? #

[View source]
def integer_literal? #

[View source]
def invalid? #

[View source]
def invalid_code? #

[View source]
def invalid_file? #

[View source]
def label_ref? #

[View source]
def label_stmt? #

[View source]
def lambda_expr? #

[View source]
def last_attr? #

[View source]
def last_decl? #

[View source]
def last_expr? #

[View source]
def last_extra_decl? #

[View source]
def last_invalid? #

[View source]
def last_preprocessing? #

[View source]
def last_ref? #

[View source]
def last_stmt? #

[View source]
def linkage_spec? #

[View source]
def macro_definition? #

[View source]
def macro_expansion? #

[View source]
def macro_instantiation? #

[View source]
def member_ref? #

[View source]
def member_ref_expr? #

[View source]
def module_import_decl? #

[View source]
def ms_asm_stmt? #

[View source]
def namespace? #

[View source]
def namespace_alias? #

[View source]
def namespace_ref? #

[View source]
def no_decl_found? #

[View source]
def no_duplicate_attr? #

[View source]
def non_type_template_parameter? #

[View source]
def not_implemented? #

[View source]
def null_stmt? #

[View source]
def obj_c_at_catch_stmt? #

[View source]
def obj_c_at_finally_stmt? #

[View source]
def obj_c_at_synchronized_stmt? #

[View source]
def obj_c_at_throw_stmt? #

[View source]
def obj_c_at_try_stmt? #

[View source]
def obj_c_autorelease_pool_stmt? #

[View source]
def obj_c_availability_check_expr? #

[View source]
def obj_c_bool_literal_expr? #

[View source]
def obj_c_bridged_cast_expr? #

[View source]
def obj_c_category_decl? #

[View source]
def obj_c_category_impl_decl? #

[View source]
def obj_c_class_method_decl? #

[View source]
def obj_c_class_ref? #

[View source]
def obj_c_dynamic_decl? #

[View source]
def obj_c_encode_expr? #

[View source]
def obj_c_for_collection_stmt? #

[View source]
def obj_c_implementation_decl? #

[View source]
def obj_c_instance_method_decl? #

[View source]
def obj_c_interface_decl? #

[View source]
def obj_c_ivar_decl? #

[View source]
def obj_c_message_expr? #

[View source]
def obj_c_property_decl? #

[View source]
def obj_c_protocol_decl? #

[View source]
def obj_c_protocol_expr? #

[View source]
def obj_c_protocol_ref? #

[View source]
def obj_c_selector_expr? #

[View source]
def obj_c_self_expr? #

[View source]
def obj_c_string_literal? #

[View source]
def obj_c_super_class_ref? #

[View source]
def obj_c_synthesize_decl? #

[View source]
def omp_array_section_expr? #

[View source]
def omp_atomic_directive? #

[View source]
def omp_barrier_directive? #

[View source]
def omp_cancel_directive? #

[View source]
def omp_cancellation_point_directive? #

[View source]
def omp_critical_directive? #

[View source]
def omp_distribute_directive? #

[View source]
def omp_distribute_parallel_for_directive? #

[View source]
def omp_distribute_parallel_for_simd_directive? #

[View source]
def omp_distribute_simd_directive? #

[View source]
def omp_flush_directive? #

[View source]
def omp_for_directive? #

[View source]
def omp_for_simd_directive? #

[View source]
def omp_master_directive? #

[View source]
def omp_ordered_directive? #

[View source]
def omp_parallel_directive? #

[View source]
def omp_parallel_for_directive? #

[View source]
def omp_parallel_for_simd_directive? #

[View source]
def omp_parallel_sections_directive? #

[View source]
def omp_section_directive? #

[View source]
def omp_sections_directive? #

[View source]
def omp_simd_directive? #

[View source]
def omp_single_directive? #

[View source]
def omp_target_data_directive? #

[View source]
def omp_target_directive? #

[View source]
def omp_target_enter_data_directive? #

[View source]
def omp_target_exit_data_directive? #

[View source]
def omp_target_parallel_directive? #

[View source]
def omp_target_parallel_for_directive? #

[View source]
def omp_target_parallel_for_simd_directive? #

[View source]
def omp_target_update_directive? #

[View source]
def omp_task_directive? #

[View source]
def omp_task_loop_directive? #

[View source]
def omp_task_loop_simd_directive? #

[View source]
def omp_taskgroup_directive? #

[View source]
def omp_taskwait_directive? #

[View source]
def omp_taskyield_directive? #

[View source]
def omp_teams_directive? #

[View source]
def overload_candidate? #

[View source]
def overloaded_decl_ref? #

[View source]
def pack_expansion_expr? #

[View source]
def packed_attr? #

[View source]
def paren_expr? #

[View source]
def parm_decl? #

[View source]
def preprocessing? #

[View source]
def preprocessing_directive? #

[View source]
def pure_attr? #

[View source]
def reference? #

[View source]
def return_stmt? #

[View source]
def seh_except_stmt? #

[View source]
def seh_finally_stmt? #

[View source]
def seh_leave_stmt? #

[View source]
def seh_try_stmt? #

[View source]
def size_of_pack_expr? #

[View source]
def statement? #

[View source]
def static_assert? #

[View source]
def stmt_expr? #

[View source]
def string_literal? #

[View source]
def struct_decl? #

[View source]
def switch_stmt? #

[View source]
def template_ref? #

[View source]
def template_template_parameter? #

[View source]
def template_type_parameter? #

[View source]
def translation_unit? #

[View source]
def type_alias_decl? #

[View source]
def type_alias_template_decl? #

[View source]
def type_ref? #

[View source]
def typedef_decl? #

[View source]
def unary_expr? #

[View source]
def unary_operator? #

[View source]
def unexposed? #

[View source]
def unexposed_attr? #

[View source]
def unexposed_decl? #

[View source]
def unexposed_expr? #

[View source]
def unexposed_stmt? #

[View source]
def union_decl? #

[View source]
def using_declaration? #

[View source]
def using_directive? #

[View source]
def var_decl? #

[View source]
def variable_ref? #

[View source]
def visibility_attr? #

[View source]
def while_stmt? #

[View source]