Home
last modified time | relevance | path

Searched refs:CustomTypeNode (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h505 struct CustomTypeNode : public TypeNode { struct
506 CustomTypeNode() : TypeNode(NodeKind::Custom) {} in CustomTypeNode() function
H A DMicrosoftDemangle.h170 CustomTypeNode *demangleCustomType(StringView &MangledName);
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp624 void CustomTypeNode::outputPre(OutputBuffer &OB, OutputFlags Flags) const { in outputPre()
627 void CustomTypeNode::outputPost(OutputBuffer &OB, OutputFlags Flags) const {} in outputPost()
H A DMicrosoftDemangle.cpp1908 CustomTypeNode *Demangler::demangleCustomType(StringView &MangledName) { in demangleCustomType()
1912 CustomTypeNode *CTN = Arena.alloc<CustomTypeNode>(); in demangleCustomType()