CIRCT
18.0.0git
|
A type reference. More...
#include <MooreTypes.h>
Static Public Member Functions | |
static ConcreteTy | get (InnerType inner, Location loc) |
Protected Types | |
using | InnerType = typename BaseTy::InnerType |
using | RefBase = RefTypeBase< ConcreteTy, BaseTy > |
A type reference.
Type references are introduced with a type(<decl>)
construct in the source file. They are composed of the following information:
inner
: The type that this reference expands to.loc
: The location of the type(...)
in the source file. Definition at line 713 of file MooreTypes.h.
|
protected |
Definition at line 716 of file MooreTypes.h.
|
protected |
Definition at line 719 of file MooreTypes.h.
|
static |