Searched refs:CustomTypeNode (Results 1 – 4 of 4) sorted by relevance
507 struct CustomTypeNode : public TypeNode { struct508 CustomTypeNode() : TypeNode(NodeKind::Custom) {} in CustomTypeNode() argument
172 CustomTypeNode *demangleCustomType(StringView &MangledName);
625 void CustomTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const { in outputPre()628 void CustomTypeNode::outputPost(OutputStream &OS, OutputFlags Flags) const {} in outputPost()
1911 CustomTypeNode *Demangler::demangleCustomType(StringView &MangledName) { in demangleCustomType()1915 CustomTypeNode *CTN = Arena.alloc<CustomTypeNode>(); in demangleCustomType()