Mana
mana::SemanticAnalyzer Member List

This is the complete list of members for mana::SemanticAnalyzer, 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
IsConstTypeCompatible(const std::shared_ptr< TypeDescriptor > &declaredType, const std::shared_ptr< TypeDescriptor > &expressionType) constmana::SemanticAnalyzerprotected
Lookup(const std::string_view name) constmana::SemanticAnalyzerprotected
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
ResolveVariableDescription(const std::shared_ptr< SyntaxNode > &node, const Symbol::MemoryTypeId memoryTypeId, const bool isStaticVariable)mana::SemanticAnalyzer
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
~SemanticAnalyzer()=defaultmana::SemanticAnalyzervirtual