ArkScript
A small, lisp-inspired, functional scripting language
Ark::internal::SymbolData Struct Reference

#include <IRInliner.hpp>

Collaboration diagram for Ark::internal::SymbolData:
[legend]

Public Attributes

std::string name
 
std::size_t declarations_count
 
std::size_t use_count
 

Detailed Description

Definition at line 33 of file IRInliner.hpp.

Member Data Documentation

◆ declarations_count

std::size_t Ark::internal::SymbolData::declarations_count

Definition at line 36 of file IRInliner.hpp.

◆ name

std::string Ark::internal::SymbolData::name

Definition at line 35 of file IRInliner.hpp.

◆ use_count

std::size_t Ark::internal::SymbolData::use_count

Definition at line 37 of file IRInliner.hpp.


The documentation for this struct was generated from the following file: