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

/external/lldb/source/Expression/
H A DClangFunction.cpp120 m_wrapper_function_text.clear();
121 m_wrapper_function_text.append ("extern \"C\" void ");
122 m_wrapper_function_text.append (m_wrapper_function_name);
123 m_wrapper_function_text.append (" (void *input)\n{\n struct ");
124 m_wrapper_function_text.append (m_wrapper_struct_name);
125 m_wrapper_function_text.append (" \n {\n");
126 m_wrapper_function_text.append (" ");
127 m_wrapper_function_text.append (return_type_str);
128 m_wrapper_function_text.append (" (*fn_ptr) (");
182 m_wrapper_function_text
[all...]
/external/lldb/include/lldb/Expression/
H A DClangFunction.h546 return m_wrapper_function_text.c_str();
630 std::string m_wrapper_function_text; ///< The contents of the wrapper function. member in class:lldb_private::ClangFunction

Completed in 120 milliseconds