Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h429 struct StructorIdentifierNode : public IdentifierNode { struct
430 StructorIdentifierNode() : IdentifierNode(NodeKind::StructorIdentifier) {} in StructorIdentifierNode() function
431 explicit StructorIdentifierNode(bool IsDestructor) in StructorIdentifierNode() function
438 IdentifierNode *Class = nullptr;
439 bool IsDestructor = false;