Searched refs:emitCallExpr (Results 1 – 5 of 5) sorted by relevance
305 e, [&](ReturnValueSlot slot) { return cgf.emitCallExpr(e, slot); }); in VisitCallExpr()
234 return cgf.emitCallExpr(e).getValue(); in VisitCallExpr()
1057 RValue rv = emitCallExpr(e); in emitCallExprLValue()1298 RValue CIRGenFunction::emitCallExpr(const clang::CallExpr *e, in emitCallExpr() function in CIRGenFunction
809 RValue emitCallExpr(const clang::CallExpr *e,
1826 auto v = cgf.emitCallExpr(e).getValue(); in VisitCallExpr()