Searched refs:GetLhsSymbol (Results 1 – 3 of 3) sorted by relevance
98 Symbol GetLhsSymbol(Evaluator* ev) const;
58 Symbol AssignStmt::GetLhsSymbol(Evaluator* ev) const { in GetLhsSymbol() function in AssignStmt
98 Symbol lhs = stmt->GetLhsSymbol(this); in EvalAssign()