Lines Matching refs:node
39 def get_info(node, depth=0):
44 for c in node.get_children()]
45 return { 'id' : get_cursor_id(node),
46 'kind' : node.kind,
47 'usr' : node.get_usr(),
48 'spelling' : node.spelling,
49 'location' : node.location,
50 'extent.start' : node.extent.start,
51 'extent.end' : node.extent.end,
52 'is_definition' : node.is_definition(),
53 'definition id' : get_cursor_id(node.get_definition()),