Files
swift-mirror/test/SourceKit/Indexing/index_big_array.swift.response
Alex Hoppen 1c7e289b96 [Mangling] Adjust subscript mangling to not include "subscript"
Change the mangling of accessors to have a variable or subscript node
as their only child node, while subscript nodes no longer contain a decl
name.
2017-09-10 19:44:07 +02:00

43 lines
1015 B
Plaintext

{
key.hash: <hash>,
key.dependencies: [
{
key.kind: source.lang.swift.import.module.swift,
key.name: "Swift",
key.filepath: Swift.swiftmodule,
key.hash: <hash>,
key.is_system: 1
}
],
key.entities: [
{
key.kind: source.lang.swift.decl.var.global,
key.name: "gCubeVertexData",
key.usr: "s:9big_array15gCubeVertexDataSaySfGvp",
key.line: 1,
key.column: 5,
key.entities: [
{
key.kind: source.lang.swift.decl.function.accessor.getter,
key.usr: "s:9big_array15gCubeVertexDataSaySfGvg",
key.line: 1,
key.column: 5
},
{
key.kind: source.lang.swift.decl.function.accessor.setter,
key.usr: "s:9big_array15gCubeVertexDataSaySfGvs",
key.line: 1,
key.column: 5
}
]
},
{
key.kind: source.lang.swift.ref.struct,
key.name: "Float",
key.usr: "s:Sf",
key.line: 1,
key.column: 23
}
]
}