struct
#include <slang/ast/Lookup.h>
MemberSelector 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
- SourceRange nameRange
- The source range of the selection, for reporting diagnostics.
Variable documentation
SourceLocation slang:: ast:: LookupResult:: MemberSelector:: dotLocation
The source location of the dot operator in the name path that led to selecting this member.