Searched refs:CustomTypeNode (Results 1 – 4 of 4) sorted by relevance
635 void CustomTypeNode::outputPre(OutputBuffer &OB, OutputFlags Flags) const { in outputPre()638 void CustomTypeNode::outputPost(OutputBuffer &OB, OutputFlags Flags) const {} in outputPost()
1975 CustomTypeNode *Demangler::demangleCustomType(std::string_view &MangledName) { in demangleCustomType()1979 CustomTypeNode *CTN = Arena.alloc<CustomTypeNode>(); in demangleCustomType()
594 struct CustomTypeNode : public TypeNode { struct595 CustomTypeNode() : TypeNode(NodeKind::Custom) {} in CustomTypeNode() argument
188 CustomTypeNode *demangleCustomType(std::string_view &MangledName);