Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h281 struct StructorIdentifierNode;
431 struct StructorIdentifierNode : public IdentifierNode { struct
432 StructorIdentifierNode() : IdentifierNode(NodeKind::StructorIdentifier) {} in StructorIdentifierNode() function
433 explicit StructorIdentifierNode(bool IsDestructor) in StructorIdentifierNode() function
H A DMicrosoftDemangle.h216 StructorIdentifierNode *demangleStructorIdentifier(StringView &MangledName,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp502 StructorIdentifierNode *
505 StructorIdentifierNode *N = Arena.alloc<StructorIdentifierNode>(); in demangleStructorIdentifier()
1505 StructorIdentifierNode *SIN = in demangleFullyQualifiedSymbolName()
1506 static_cast<StructorIdentifierNode *>(Identifier); in demangleFullyQualifiedSymbolName()
H A DMicrosoftDemangleNodes.cpp374 void StructorIdentifierNode::output(OutputStream &OS, OutputFlags Flags) const { in output()