Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h280 struct StructorIdentifierNode;
430 struct StructorIdentifierNode : public IdentifierNode { struct
431 StructorIdentifierNode() : IdentifierNode(NodeKind::StructorIdentifier) {} in StructorIdentifierNode() argument
432 explicit StructorIdentifierNode(bool IsDestructor) in StructorIdentifierNode() argument
H A DMicrosoftDemangle.h216 StructorIdentifierNode *demangleStructorIdentifier(StringView &MangledName,
/netbsd-src/external/apache2/llvm/dist/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.cpp371 void StructorIdentifierNode::output(OutputStream &OS, OutputFlags Flags) const { in output()