Searched refs:getPreviousSibling (Results 1 – 15 of 15) sorted by relevance
109 DWARFDie getPreviousSibling() const;355 Die = Die.getPreviousSibling();402 : Die(It.Die), AtEnd(!It.Die.getPreviousSibling()) { in reverse_iterator()404 Die = Die.getPreviousSibling(); in reverse_iterator()409 llvm::DWARFDie D = Die.getPreviousSibling();
511 DWARFDie getPreviousSibling(const DWARFDebugInfoEntry *Die);
314 public int getPreviousSibling(int nodeHandle); in getPreviousSibling() method
1372 return getPreviousSibling(current); in next()1388 while (DTM.NULL != (current = getPreviousSibling(current))) in next()
405 public final Node getPreviousSibling() in getPreviousSibling() method in DTMNodeProxy408 int newnode = dtm.getPreviousSibling(node); in getPreviousSibling()
1198 public int getPreviousSibling(int nodeHandle) { in getPreviousSibling() method in DTMDocumentImpl
1176 public int getPreviousSibling(int nodeHandle) in getPreviousSibling() method in DTMDefaultBase
558 DWARFDie DWARFDie::getPreviousSibling() const { in getPreviousSibling() function in DWARFDie560 return U->getPreviousSibling(Die); in getPreviousSibling()
589 DWARFDie DWARFUnit::getPreviousSibling(const DWARFDebugInfoEntry *Die) { in getPreviousSibling() function in DWARFUnit
83 public Node getPreviousSibling() {return null;} in getPreviousSibling() method in DOM2DTMdefaultNamespaceDeclarationNode
405 (ElemTemplateElement) oldChildElem.getPreviousSibling(); in replaceChild()1339 public Node getPreviousSibling() in getPreviousSibling() method in ElemTemplateElement
688 int prevSibling = dtm.getPreviousSibling(context); in findPrecedingOrAncestorOrSelf()872 int next = dtm.getPreviousSibling(pos); in getPreviousNode()917 pos = dtm.getPreviousSibling(pos); in getPreviousNode()
925 public Node getPreviousSibling() in getPreviousSibling() method
518 public Node getPreviousSibling() in getPreviousSibling() method in UnImplNode
539 IntDieDG = NullDieDG.getPreviousSibling(); in TestChildren()