void | Install(ContainerScope* containerScope, UsingDeclarationNode& usingDeclarationNode) |
void | Install(ContainerScope* containerScope, UsingDirectiveNode& usingDirectiveNode) |
Symbol* | Lookup(const std::u32string& name) override |
Symbol* | Lookup(const std::u32string& name, ScopeLookup scopeLookup) override |
Symbol* | Lookup(const std::vector<std::u32string>& nameSequence, ScopeLookup scopeLoookup) override |
std::unordered_map<std::u32string, Symbol*> | aliasSymbolMap |
std::vector<ContainerScope*> | containerScopes |