Home | History | Annotate | Download | only in src

Lines Matching refs:EnsureSibling

645   // Static version of EnsureSibling that expresses the fact that the
648 static C* EnsureSibling(C* node, NodeInfo* info, bool* cloned) {
649 return static_cast<C*>(node->EnsureSibling(info, cloned));
690 RegExpNode* EnsureSibling(NodeInfo* info, bool* cloned);