Home
last modified time | relevance | path

Searched defs:NodeArrayNode (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h514 struct NodeArrayNode : public Node { struct
515 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode() function
530 NodeArrayNode *Components = nullptr; argument
H A DItaniumDemangle.h336 struct NodeArrayNode : Node { struct
338 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode() argument
340 template<typename Fn> void match(Fn F) const { F(Array); } in match()
342 void printLeft(OutputBuffer &OB) const override { Array.printWithComma(OB); } in printLeft()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h336 struct NodeArrayNode : Node { struct
338 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode() function
340 template<typename Fn> void match(Fn F) const { F(Array); } in match()
342 void printLeft(OutputBuffer &OB) const override { Array.printWithComma(OB); } in printLeft()