Searched refs:actualTypes (Results 1 – 1 of 1) sorted by relevance
728 std::string actualTypes; in createCompoundExpression() local730 if (actualTypes.size() > 0) { in createCompoundExpression()731 actualTypes += ", "; in createCompoundExpression()733 actualTypes += toString(arg->getType()); in createCompoundExpression()735 …ctx.error("Expected arguments of type " + signatures + ", but found (" + actualTypes + ") instead.… in createCompoundExpression()