The Psyche Project
|
Public Member Functions | |
SemanticModelImpl (const SyntaxTree *tree, Compilation *compilation) | |
Public Attributes | |
bool | bindingIsOK_ |
const SyntaxTree * | tree_ |
Compilation * | compilation_ |
std::unique_ptr< TranslationUnit > | unit_ |
std::vector< std::unique_ptr< Declaration > > | decls_ |
std::unordered_map< const Type *, std::unique_ptr< Type > > | tys_ |
std::unordered_map< const SyntaxNode *, Declaration * > | declsBySyntax_ |