Searched refs:CustomTypeNode (Results 1 – 4 of 4) sorted by relevance
481 struct CustomTypeNode : public TypeNode { struct482 CustomTypeNode() : TypeNode(NodeKind::Custom) {} in CustomTypeNode() argument
173 CustomTypeNode *demangleCustomType(StringView &MangledName);
599 void CustomTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const { in outputPre()602 void CustomTypeNode::outputPost(OutputStream &OS, OutputFlags Flags) const {} in outputPost()
1764 CustomTypeNode *Demangler::demangleCustomType(StringView &MangledName) { in demangleCustomType()1768 CustomTypeNode *CTN = Arena.alloc<CustomTypeNode>(); in demangleCustomType()