Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h281 struct StructorIdentifierNode;
429 struct StructorIdentifierNode : public IdentifierNode { struct
430 StructorIdentifierNode() : IdentifierNode(NodeKind::StructorIdentifier) {} in StructorIdentifierNode() argument
431 explicit StructorIdentifierNode(bool IsDestructor) in StructorIdentifierNode() function
H A DMicrosoftDemangle.h214 StructorIdentifierNode *demangleStructorIdentifier(StringView &MangledName,
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp502 StructorIdentifierNode *
505 StructorIdentifierNode *N = Arena.alloc<StructorIdentifierNode>(); in demangleStructorIdentifier()
1502 StructorIdentifierNode *SIN = in demangleFullyQualifiedSymbolName()
1503 static_cast<StructorIdentifierNode *>(Identifier); in demangleFullyQualifiedSymbolName()
H A DMicrosoftDemangleNodes.cpp373 void StructorIdentifierNode::output(OutputBuffer &OB, OutputFlags Flags) const { in output()