UserDefinedValueType: from simple name to canonical name.

This commit is contained in:
hrkrshnn
2021-09-15 12:56:29 +02:00
parent 0fa24c786b
commit de01822999
5 changed files with 28 additions and 25 deletions
@@ -176,9 +176,6 @@ private:
static bool isOverloadedFunction(Declaration const& _declaration1, Declaration const& _declaration2);
/// @returns the canonical name of the current scope.
std::string currentCanonicalName() const;
std::map<ASTNode const*, std::shared_ptr<DeclarationContainer>>& m_scopes;
ASTNode const* m_currentScope = nullptr;
VariableScope* m_currentFunction = nullptr;