Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h431 struct StructorIdentifierNode : public IdentifierNode { struct
432 StructorIdentifierNode() : IdentifierNode(NodeKind::StructorIdentifier) {} in StructorIdentifierNode() argument
433 explicit StructorIdentifierNode(bool IsDestructor) in StructorIdentifierNode() function
440 IdentifierNode *Class = nullptr;
441 bool IsDestructor = false;