Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h504 struct CustomTypeNode : public TypeNode { struct
505 CustomTypeNode() : TypeNode(NodeKind::Custom) {} in CustomTypeNode() function
H A DMicrosoftDemangle.h172 CustomTypeNode *demangleCustomType(std::string_view &MangledName);
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp623 void CustomTypeNode::outputPre(OutputBuffer &OB, OutputFlags Flags) const { in outputPre()
626 void CustomTypeNode::outputPost(OutputBuffer &OB, OutputFlags Flags) const {} in outputPost()
H A DMicrosoftDemangle.cpp1956 CustomTypeNode *Demangler::demangleCustomType(std::string_view &MangledName) { in demangleCustomType()
1960 CustomTypeNode *CTN = Arena.alloc<CustomTypeNode>(); in demangleCustomType()