Searched refs:getSyntaxNode (Results 1 – 1 of 1) sorted by relevance
264 virtual const Node *getSyntaxNode(OutputBuffer &) const { return this; } in getSyntaxNode() function681 const Node *SN = SoFar.second->getSyntaxNode(OB); in collapse()1416 const Node *getSyntaxNode(OutputBuffer &OB) const override { in getSyntaxNode() function1419 return Idx < Data.size() ? Data[Idx]->getSyntaxNode(OB) : this; in getSyntaxNode()1579 const Node *getSyntaxNode(OutputBuffer &OB) const override { in getSyntaxNode() function1583 return Ref->getSyntaxNode(OB); in getSyntaxNode()