Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h481 struct CustomTypeNode : public TypeNode { struct
482 CustomTypeNode() : TypeNode(NodeKind::Custom) {} in CustomTypeNode() argument
H A DMicrosoftDemangle.h173 CustomTypeNode *demangleCustomType(StringView &MangledName);
/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp599 void CustomTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const { in outputPre()
602 void CustomTypeNode::outputPost(OutputStream &OS, OutputFlags Flags) const {} in outputPost()
H A DMicrosoftDemangle.cpp1764 CustomTypeNode *Demangler::demangleCustomType(StringView &MangledName) { in demangleCustomType()
1768 CustomTypeNode *CTN = Arena.alloc<CustomTypeNode>(); in demangleCustomType()