Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h299 struct StructorIdentifierNode;
494 struct StructorIdentifierNode : public IdentifierNode { struct
495 StructorIdentifierNode() : IdentifierNode(NodeKind::StructorIdentifier) {} in StructorIdentifierNode() argument
496 explicit StructorIdentifierNode(bool IsDestructor) in StructorIdentifierNode() function
H A DMicrosoftDemangle.h235 StructorIdentifierNode *
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp543 StructorIdentifierNode *
546 StructorIdentifierNode *N = Arena.alloc<StructorIdentifierNode>(); in demangleStructorIdentifier()
1554 StructorIdentifierNode *SIN = in demangleFullyQualifiedSymbolName()
1555 static_cast<StructorIdentifierNode *>(Identifier); in demangleFullyQualifiedSymbolName()
H A DMicrosoftDemangleNodes.cpp374 void StructorIdentifierNode::output(OutputBuffer &OB, OutputFlags Flags) const { in output()