Searched refs:CustomTypeNode (Results 1 – 4 of 4) sorted by relevance
505 struct CustomTypeNode : public TypeNode { struct506 CustomTypeNode() : TypeNode(NodeKind::Custom) {} in CustomTypeNode() function
170 CustomTypeNode *demangleCustomType(StringView &MangledName);
624 void CustomTypeNode::outputPre(OutputBuffer &OB, OutputFlags Flags) const { in outputPre()627 void CustomTypeNode::outputPost(OutputBuffer &OB, OutputFlags Flags) const {} in outputPost()
1908 CustomTypeNode *Demangler::demangleCustomType(StringView &MangledName) { in demangleCustomType()1912 CustomTypeNode *CTN = Arena.alloc<CustomTypeNode>(); in demangleCustomType()