Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h505 struct CustomTypeNode : public TypeNode { struct
506 CustomTypeNode() : TypeNode(NodeKind::Custom) {} in CustomTypeNode() argument
H A DMicrosoftDemangle.h170 CustomTypeNode *demangleCustomType(StringView &MangledName);
/openbsd-src/gnu/llvm/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.cpp1900 CustomTypeNode *Demangler::demangleCustomType(StringView &MangledName) { in demangleCustomType()
1904 CustomTypeNode *CTN = Arena.alloc<CustomTypeNode>(); in demangleCustomType()