Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp635 void CustomTypeNode::outputPre(OutputBuffer &OB, OutputFlags Flags) const { in outputPre()
638 void CustomTypeNode::outputPost(OutputBuffer &OB, OutputFlags Flags) const {} in outputPost()
H A DMicrosoftDemangle.cpp1975 CustomTypeNode *Demangler::demangleCustomType(std::string_view &MangledName) { in demangleCustomType()
1979 CustomTypeNode *CTN = Arena.alloc<CustomTypeNode>(); in demangleCustomType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h594 struct CustomTypeNode : public TypeNode { struct
595 CustomTypeNode() : TypeNode(NodeKind::Custom) {} in CustomTypeNode() argument
H A DMicrosoftDemangle.h188 CustomTypeNode *demangleCustomType(std::string_view &MangledName);