Searched refs:setTail (Results 1 – 6 of 6) sorted by relevance
321 void setTail(NodeTy *N) const { this->noteHead(Head, N); }479 setTail(0);481 L2.setTail(0);510 L2.setTail(L2Sentinel);511 setTail(ThisSentinel);
319 void setTail(NodeTy *N) const { this->noteHead(Head, N); }500 setTail(nullptr);502 L2.setTail(nullptr);531 L2.setTail(L2Sentinel);532 setTail(ThisSentinel);
66 public void setTail(ASTList _tail) { in setTail() method in ASTList
72 @property (assign, getter=getTail, setter=setTail:) NSUInteger tail;
291 public final void setTail(int n) in setTail() method in NodeVector
1052 public final void setTail(Node n) in setTail() method in NodeSet