Searched refs:callExpSemantic (Results 1 – 2 of 2) sorted by relevance
1650 Expression *callExpSemantic(FuncExp *exp, Scope *sc, Expressions *arguments) in callExpSemantic() function2776 exp->e1 = callExpSemantic(fe, sc, exp->arguments); in visit()
4123 Expression callExpSemantic(FuncExp exp, Scope* sc, Expressions* arguments) in callExpSemantic() function4229 exp.e1 = callExpSemantic(fe, sc, exp.arguments); in visit()