Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp87 m_wrapper_function_text.clear(); in CompileFunction()
92 m_wrapper_function_text.append(" \n {\n"); in CompileFunction()
93 m_wrapper_function_text.append(" "); in CompileFunction()
95 m_wrapper_function_text.append(" (*fn_ptr) ("); in CompileFunction()
148 m_wrapper_function_text.append(type_name); in CompileFunction()
150 m_wrapper_function_text.append(", "); in CompileFunction()
165 m_wrapper_function_text.append( in CompileFunction()
168 m_wrapper_function_text.append(args_buffer); in CompileFunction()
170 m_wrapper_function_text.append(" "); in CompileFunction()
179 m_wrapper_function_text.append( in CompileFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h268 const char *Text() override { return m_wrapper_function_text.c_str(); } in Text()
311 m_wrapper_function_text; ///< The contents of the wrapper function. variable