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.h280 struct StructorIdentifierNode;
428 struct StructorIdentifierNode : public IdentifierNode { struct
429 StructorIdentifierNode() : IdentifierNode(NodeKind::StructorIdentifier) {} in StructorIdentifierNode() function
430 explicit StructorIdentifierNode(bool IsDestructor) in StructorIdentifierNode() function
H A DMicrosoftDemangle.h219 StructorIdentifierNode *
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp529 StructorIdentifierNode *
532 StructorIdentifierNode *N = Arena.alloc<StructorIdentifierNode>(); in demangleStructorIdentifier()
1535 StructorIdentifierNode *SIN = in demangleFullyQualifiedSymbolName()
1536 static_cast<StructorIdentifierNode *>(Identifier); in demangleFullyQualifiedSymbolName()
H A DMicrosoftDemangleNodes.cpp372 void StructorIdentifierNode::output(OutputBuffer &OB, OutputFlags Flags) const { in output()