Searched refs:CustomTypeNode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h505 struct CustomTypeNode : public TypeNode { struct in inherits:TypeNode
506 CustomTypeNode() : TypeNode(NodeKind::Custom) {} function in struct:llvm::ms_demangle::CustomTypeNode
H A DMicrosoftDemangle.h172 CustomTypeNode *demangleCustomType(StringView &MangledName);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp617 void CustomTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const {
620 void CustomTypeNode::outputPost(OutputStream &OS, OutputFlags Flags) const {}

Completed in 191 milliseconds