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);
623 void CustomTypeNode::outputPre(OutputBuffer &OB, OutputFlags Flags) const { in outputPre()626 void CustomTypeNode::outputPost(OutputBuffer &OB, OutputFlags Flags) const {} in outputPost()
1900 CustomTypeNode *Demangler::demangleCustomType(StringView &MangledName) { in demangleCustomType()1904 CustomTypeNode *CTN = Arena.alloc<CustomTypeNode>(); in demangleCustomType()