Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h430 struct StructorIdentifierNode : public IdentifierNode { struct
431 StructorIdentifierNode() : IdentifierNode(NodeKind::StructorIdentifier) {} in StructorIdentifierNode() argument
432 explicit StructorIdentifierNode(bool IsDestructor) in StructorIdentifierNode() argument
439 IdentifierNode *Class = nullptr;
440 bool IsDestructor = false;