Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h506 struct CustomTypeNode : public TypeNode { struct
507 CustomTypeNode() : TypeNode(NodeKind::Custom) {} in CustomTypeNode() argument
H A DMicrosoftDemangle.h172 CustomTypeNode *demangleCustomType(StringView &MangledName);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp622 void CustomTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const { in outputPre()
625 void CustomTypeNode::outputPost(OutputStream &OS, OutputFlags Flags) const {} in outputPost()
H A DMicrosoftDemangle.cpp1909 CustomTypeNode *Demangler::demangleCustomType(StringView &MangledName) { in demangleCustomType()
1913 CustomTypeNode *CTN = Arena.alloc<CustomTypeNode>(); in demangleCustomType()