Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp122 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local
152 args_buffer.append(" "); in CompileFunction()
153 args_buffer.append(type_name); in CompileFunction()
155 args_buffer.push_back(' '); in CompileFunction()
156 args_buffer.append(arg_buf); in CompileFunction()
157 args_buffer.append(";\n"); in CompileFunction()
167 m_wrapper_function_text.append(args_buffer); in CompileFunction()