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.h494 struct StructorIdentifierNode : public IdentifierNode { struct
495 StructorIdentifierNode() : IdentifierNode(NodeKind::StructorIdentifier) {} in StructorIdentifierNode() function
496 explicit StructorIdentifierNode(bool IsDestructor) in StructorIdentifierNode() function
502 static bool classof(const Node *N) { in classof()
507 IdentifierNode *Class = nullptr;
508 bool IsDestructor = false;