Home
last modified time | relevance | path

Searched refs:getSyntaxNode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h258 virtual const Node *getSyntaxNode(OutputBuffer &) const { return this; } in getSyntaxNode() function
647 const Node *SN = SoFar.second->getSyntaxNode(OB); in collapse()
1284 const Node *getSyntaxNode(OutputBuffer &OB) const override { in getSyntaxNode() function
1287 return Idx < Data.size() ? Data[Idx]->getSyntaxNode(OB) : this; in getSyntaxNode()
1444 const Node *getSyntaxNode(OutputBuffer &OB) const override { in getSyntaxNode() function
1448 return Ref->getSyntaxNode(OB); in getSyntaxNode()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h258 virtual const Node *getSyntaxNode(OutputBuffer &) const { return this; } in getSyntaxNode() function
647 const Node *SN = SoFar.second->getSyntaxNode(OB); in collapse()
1284 const Node *getSyntaxNode(OutputBuffer &OB) const override { in getSyntaxNode() function
1287 return Idx < Data.size() ? Data[Idx]->getSyntaxNode(OB) : this; in getSyntaxNode()
1444 const Node *getSyntaxNode(OutputBuffer &OB) const override { in getSyntaxNode() function
1448 return Ref->getSyntaxNode(OB); in getSyntaxNode()