slang::ast::LookupResult::MemberSelector struct

A structure that represents a selection of a single member from the resulting symbol found during a lookup operation.

Public variables

std::string_view name
The name of the member to select.
SourceLocation dotLocation
The source location of the dot operator in the name path that led to selecting this member.
SourceRange nameRange
The source range of the selection, for reporting diagnostics.