struct
#include <slang/ast/Compilation.h>
DefinitionLookupResult A struct containing the result of a definition lookup.
Public variables
- const Symbol* definition
- The definition that was found, or nullptr if none was found.
- const ConfigBlockSymbol* configRoot
- A new config root that applies to this definition and any hierarchy underneath it, or nullptr if none.
- const ConfigRule* configRule
- A config rule that applies to instances using this definition, or nullptr if none.