Home
last modified time | relevance | path

Searched refs:emitCallExprLValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp720 return emitCallExprLValue(cast<CallExpr>(e)); in emitLValue()
H A DCIRGenFunction.h811 LValue emitCallExprLValue(const clang::CallExpr *e);
H A DCIRGenExpr.cpp1056 LValue CIRGenFunction::emitCallExprLValue(const CallExpr *e) { in emitCallExprLValue() function in CIRGenFunction