Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp300 unsigned paramsToSkip = 0; in emitCXXNewExpr() local
305 ++paramsToSkip; in emitCXXNewExpr()
319 AbstractCallee(), paramsToSkip); in emitCXXNewExpr()
H A DCIRGenCall.cpp706 AbstractCallee callee, unsigned paramsToSkip) { in emitCallArgs() argument
719 argTypes.assign(fpt->param_type_begin() + paramsToSkip, in emitCallArgs()
H A DCIRGenFunction.h808 AbstractCallee callee = AbstractCallee(), unsigned paramsToSkip = 0);