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