Searched refs:argNode (Results 1 – 1 of 1) sorted by relevance
734 ASTNode * argNode = statement->getArgument(); in convertCallStatement() local735 if (argNode) in convertCallStatement()737 ExprASTNode * argExprNode = dynamic_cast<ExprASTNode*>(argNode); in convertCallStatement()740 …throw semantic_error(format_string("line %d: call argument is unexpected type", argNode->getFirstL… in convertCallStatement()