Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangFunction.cpp62 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()
/external/lldb/include/lldb/Expression/
DClangFunction.h631 …std::string m_wrapper_struct_name; ///< The name of the struct that c… variable