Searched refs:callingExp (Results 1 – 2 of 2) sorted by relevance
4570 void showCtfeBackTrace(CallExp * callingExp, FuncDeclaration *fd) in showCtfeBackTrace() argument4577 errorSupplemental(callingExp->loc, "called from here: %s", callingExp->toChars()); in showCtfeBackTrace()
4683 private void showCtfeBackTrace(CallExp callingExp, FuncDeclaration fd) in showCtfeBackTrace() argument4690 errorSupplemental(callingExp.loc, "called from here: `%s`", callingExp.toChars()); in showCtfeBackTrace()