Home | History | Annotate | Download | only in ADT

Lines Matching refs:insertNode

1526   bool insertNode(unsigned Level, IntervalMapImpl::NodeRef Node, KeyT Stop);
1727 /// insertNode - insert a node before the current path at level.
1735 iterator::insertNode(unsigned Level, IntervalMapImpl::NodeRef Node, KeyT Stop) {
2020 SplitRoot = insertNode(Level, NodeRef(Node[Pos], NewSize[Pos]), Stop);