Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILAST.h79 IdentifierNode(uint32_t location, std::string name) in IdentifierNode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h386 struct IdentifierNode : public Node { struct
387 explicit IdentifierNode(NodeKind K) : Node(K) {} in IdentifierNode() argument
400 struct VcallThunkIdentifierNode : public IdentifierNode { argument