LLDB mainline
lldb_private::dil::ErrorNode Class Reference

#include <DILAST.h>

Inheritance diagram for lldb_private::dil::ErrorNode:
[legend]

Public Member Functions

 ErrorNode ()
llvm::Expected< lldb::ValueObjectSPAccept (Visitor *v) const override
Public Member Functions inherited from lldb_private::dil::ASTNode
 ASTNode (uint32_t location, NodeKind kind)
virtual ~ASTNode ()=default
uint32_t GetLocation () const
NodeKind GetKind () const

Static Public Member Functions

static bool classof (const ASTNode *node)

Detailed Description

Definition at line 70 of file DILAST.h.

Constructor & Destructor Documentation

◆ ErrorNode()

lldb_private::dil::ErrorNode::ErrorNode ( )
inline

Member Function Documentation

◆ Accept()

llvm::Expected< lldb::ValueObjectSP > lldb_private::dil::ErrorNode::Accept ( Visitor * v) const
overridevirtual

Implements lldb_private::dil::ASTNode.

Definition at line 14 of file DILAST.cpp.

◆ classof()

bool lldb_private::dil::ErrorNode::classof ( const ASTNode * node)
inlinestatic

The documentation for this class was generated from the following files: