import c
This commit is contained in:
@@ -807,6 +807,7 @@ pub const Analyzer = struct {
|
||||
.library_decl,
|
||||
.function_type_expr,
|
||||
.import_decl,
|
||||
.c_import_decl,
|
||||
.array_type_expr,
|
||||
.slice_type_expr,
|
||||
.pointer_type_expr,
|
||||
@@ -1146,6 +1147,7 @@ pub fn findNodeAtOffset(node: *Node, offset: u32) ?*Node {
|
||||
.struct_decl,
|
||||
.union_decl,
|
||||
.import_decl,
|
||||
.c_import_decl,
|
||||
.array_type_expr,
|
||||
.slice_type_expr,
|
||||
.pointer_type_expr,
|
||||
|
||||
Reference in New Issue
Block a user