Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h405 struct StructorIdentifierNode : public IdentifierNode { struct
406 StructorIdentifierNode() : IdentifierNode(NodeKind::StructorIdentifier) {} in StructorIdentifierNode() function
407 explicit StructorIdentifierNode(bool IsDestructor) in StructorIdentifierNode() function
414 IdentifierNode *Class = nullptr;
415 bool IsDestructor = false;