Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h428 struct StructorIdentifierNode : public IdentifierNode { struct
429 StructorIdentifierNode() : IdentifierNode(NodeKind::StructorIdentifier) {} in StructorIdentifierNode() function
430 explicit StructorIdentifierNode(bool IsDestructor) in StructorIdentifierNode() argument
437 IdentifierNode *Class = nullptr;
438 bool IsDestructor = false;