MLLIF
a MLIR-based Language to Language Interoperability Flyover
Loading...
Searching...
No Matches
mllif::Type Class Reference

#include <Decl.h>

Collaboration diagram for mllif::Type:

Public Member Functions

 Type ()=default
 
 Type (MLLIFContext &context, std::string name)
 
const std::vector< std::string > & terms () const
 
std::size_t refs () const
 
bool builtin () const
 

Detailed Description

Definition at line 26 of file Decl.h.

Constructor & Destructor Documentation

◆ Type() [1/2]

mllif::Type::Type ( )
default

◆ Type() [2/2]

mllif::Type::Type ( MLLIFContext & context,
std::string name )

Definition at line 23 of file Decl.cxx.

Member Function Documentation

◆ builtin()

bool mllif::Type::builtin ( ) const
inline

Definition at line 37 of file Decl.h.

Here is the caller graph for this function:

◆ refs()

std::size_t mllif::Type::refs ( ) const
inline

Definition at line 36 of file Decl.h.

Here is the caller graph for this function:

◆ terms()

const std::vector< std::string > & mllif::Type::terms ( ) const
inline

Definition at line 35 of file Decl.h.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: