Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp123 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local
153 args_buffer.append(" "); in CompileFunction()
154 args_buffer.append(type_name); in CompileFunction()
156 args_buffer.push_back(' '); in CompileFunction()
157 args_buffer.append(arg_buf); in CompileFunction()
158 args_buffer.append(";\n"); in CompileFunction()
168 m_wrapper_function_text.append(args_buffer); in CompileFunction()