Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp127 std::string args_list_buffer; // This one stores the argument list called from in CompileFunction() local
162 args_list_buffer.append("__lldb_fn_data->"); in CompileFunction()
163 args_list_buffer.append(arg_buf); in CompileFunction()
165 args_list_buffer.append(", "); in CompileFunction()
183 m_wrapper_function_text.append(args_list_buffer); in CompileFunction()