![]() |
Spicy
|
#include <context.h>
Public Member Functions | |
CacheEntry (std::shared_ptr< Unit > unit) | |
Public Attributes | |
std::shared_ptr< Unit > | unit |
Caches information about an already processed module. Note that these are "living" objects that keep being updated during AST processing. Only once "final" is set, the information is assumed to correct and no longer changing.
std::shared_ptr<Unit> hilti::context::CacheEntry::unit |
cached unit