Searched defs:CallChainNode (Results 1 – 2 of 2) sorted by relevance
33 struct CallChainNode { struct37 std::vector<std::unique_ptr<CallChainNode>> children; argument
45 class CallChainNode: class