#include <mim/driver.h>
Classes | |
| struct | Entry |
Public Member Functions | |
| void | add (const fe::Src *src, Sym, ast::Tok::Tag, bool path) |
Remembers the directive that pulled in src; a repeated import of the same file adds nothing. | |
Get imports | |
| const auto & | entries () const |
Iterators | |
| auto | begin () const |
| auto | end () const |
| struct mim::Driver::Imports::Entry |
| void mim::Driver::Imports::add | ( | const fe::Src * | src, |
| Sym | sym, | ||
| ast::Tok::Tag | tag, | ||
| bool | path ) |
Remembers the directive that pulled in src; a repeated import of the same file adds nothing.
Definition at line 43 of file driver.cpp.
Referenced by mim::ast::Parser::import().
|
inline |