Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp112 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction() local
113 if (num_func_args >= 0) { in CompileFunction()
115 num_args = num_func_args; in CompileFunction()