search for: node_type_r

Displaying 1 result from an estimated 1 matches for "node_type_r".

Did you mean: node_type
2012 Sep 13
1
[LLVMdev] Parsing C++ template parameters using cindex.py
...depth = 0): tabs = " " * depth print tabs + "type" print tabs + " kind", node.kind def DeepPrint(node, depth = 0): tabs = " " * depth print tabs + "cursor", node.spelling print tabs + " location", node.location node_type_res = node.type.get_result() print tabs + " result", node_type_res.kind print tabs + " kind", node.kind DeepPrintType(node.type, depth + 1) print tabs + " xdata", node.xdata print tabs + " data", node.data[0], node.data[1], node.data[2]...