Mana
mana::GlobalSemanticAnalyzer Member List

This is the complete list of members for mana::GlobalSemanticAnalyzer, including all inherited members.

CreateConstSymbol(const std::string_view name, const std::shared_ptr< TypeDescriptor > &declaredType, const ConstValue &value)mana::SemanticAnalyzerprotected
EvaluateConstExpression(const std::shared_ptr< SyntaxNode > &node, ConstValue &value)mana::SemanticAnalyzerprotected
GetStringPool() constmana::SemanticAnalyzerprotected
GetSymbolFactory() constmana::SemanticAnalyzerprotected
GetTypeDescriptorFactory() constmana::SemanticAnalyzerprotected
GlobalSemanticAnalyzer(const std::shared_ptr< SymbolFactory > &symbolFactory, const std::shared_ptr< TypeDescriptorFactory > &typeDescriptorFactory, const std::shared_ptr< StringPool > &stringPool, const std::shared_ptr< NamespaceRegistry > &namespaceRegistry)mana::GlobalSemanticAnalyzer
IsConstTypeCompatible(const std::shared_ptr< TypeDescriptor > &declaredType, const std::shared_ptr< TypeDescriptor > &expressionType) constmana::SemanticAnalyzerprotected
Lookup(const std::string_view name) constmana::SemanticAnalyzerprotected
Resolve(std::shared_ptr< SyntaxNode > node)mana::GlobalSemanticAnalyzer
ResolveDeclarator(const std::shared_ptr< SyntaxNode > &node, const bool isStaticVariable)mana::SemanticAnalyzer
ResolveTypeDescription(const std::shared_ptr< SyntaxNode > &node)mana::SemanticAnalyzer
ResolveTypeFromChildNode(const std::shared_ptr< SyntaxNode > &node)mana::SemanticAnalyzerstatic
ResolveVariableSize(const std::shared_ptr< SyntaxNode > &node)mana::SemanticAnalyzer
SearchSymbolFromName(const std::shared_ptr< SyntaxNode > &node)mana::SemanticAnalyzer
SemanticAnalyzer(const std::shared_ptr< SymbolFactory > &symbolFactory, const std::shared_ptr< TypeDescriptorFactory > &typeDescriptorFactory, const std::shared_ptr< StringPool > &stringPool)mana::SemanticAnalyzerexplicit
SetCurrentFileInformation(const std::shared_ptr< SyntaxNode > &node)mana::SemanticAnalyzerstatic
~GlobalSemanticAnalyzer() override=defaultmana::GlobalSemanticAnalyzer
~SemanticAnalyzer()=defaultmana::SemanticAnalyzervirtual