Searched refs:emitCallExprLValue (Results 1 – 3 of 3) sorted by relevance
720 return emitCallExprLValue(cast<CallExpr>(e)); in emitLValue()
811 LValue emitCallExprLValue(const clang::CallExpr *e);
1056 LValue CIRGenFunction::emitCallExprLValue(const CallExpr *e) { in emitCallExprLValue() function in CIRGenFunction