Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h507 struct CustomTypeNode : public TypeNode { struct
508 CustomTypeNode() : TypeNode(NodeKind::Custom) {} in CustomTypeNode() argument
H A DMicrosoftDemangle.h172 CustomTypeNode *demangleCustomType(StringView &MangledName);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp625 void CustomTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const { in outputPre()
628 void CustomTypeNode::outputPost(OutputStream &OS, OutputFlags Flags) const {} in outputPost()
H A DMicrosoftDemangle.cpp1911 CustomTypeNode *Demangler::demangleCustomType(StringView &MangledName) { in demangleCustomType()
1915 CustomTypeNode *CTN = Arena.alloc<CustomTypeNode>(); in demangleCustomType()