class
#include <slang/ast/types/AllTypes.h>
TypeAliasType Represents a type alias, which is introduced via a typedef or type parameter.
Base classes
- class Type
Public functions
- void checkForwardDecls() const
Function documentation
void slang:: ast:: TypeAliasType:: checkForwardDecls() const
Checks all forward declarations for validity when considering the target type of this alias. Any inconsistencies will issue diagnostics.