Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h621 struct QualifiedNameNode : public Node { struct
622 QualifiedNameNode() : Node(NodeKind::QualifiedName) {} in QualifiedNameNode() function
626 static bool classof(const Node *N) { in classof()
630 NodeArrayNode *Components = nullptr;
632 IdentifierNode *getUnqualifiedIdentifier() { in getUnqualifiedIdentifier()