Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h753 struct FunctionSymbolNode : public SymbolNode { struct
754 FunctionSymbolNode() : SymbolNode(NodeKind::FunctionSymbol) {} in FunctionSymbolNode() function
758 static bool classof(const Node *N) { in classof()
762 FunctionSignatureNode *Signature = nullptr;