Searched refs:m_wrapper_struct_name (Results 1 – 2 of 2) sorted by relevance
62 m_wrapper_struct_name ("__lldb_caller_struct"), in ClangFunction()85 m_wrapper_struct_name ("__lldb_caller_struct"), in ClangFunction()124 m_wrapper_function_text.append (m_wrapper_struct_name); in CompileFunction()208 m_wrapper_function_text.append (m_wrapper_struct_name); in CompileFunction()210 m_wrapper_function_text.append (m_wrapper_struct_name); in CompileFunction()632 return new ASTStructExtractor(passthrough, m_wrapper_struct_name.c_str(), *this); in ASTTransformer()
631 …std::string m_wrapper_struct_name; ///< The name of the struct that c… variable