struct
#include <slang/binding/Lookup.h>
MemberSelector Contents
- Reference
A structure that represents a selection of a single member from the resulting symbol found during a lookup operation.
Public variables
- 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:: LookupResult:: MemberSelector:: dotLocation
The source location of the dot operator in the name path that led to selecting this member.