Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h427 struct NamedIdentifierNode : public IdentifierNode { struct
428 NamedIdentifierNode() : IdentifierNode(NodeKind::NamedIdentifier) {} in NamedIdentifierNode() function
432 static bool classof(const Node *N) { in classof()
436 std::string_view Name;