SymbolReference struct
#include <netlist/SymbolReference.hpp>
Extracted identity of an AST symbol, decoupled from the slang AST.
Constructors, destructors, conversion operators
- SymbolReference() defaulted
- SymbolReference(std::string name, std::string hierarchicalPath, TextLocation location)
Public functions
- auto empty() const -> bool
Public variables
- std::string name
- std::string hierarchicalPath
- TextLocation location