Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangFunction.cpp58 m_function_ptr (NULL), in ClangFunction()
80 m_function_ptr (&function), in ClangFunction()
95 m_function_addr = m_function_ptr->GetAddressRange().GetBaseAddress(); in ClangFunction()
96 m_function_return_type = m_function_ptr->GetClangType().GetFunctionReturnType(); in ClangFunction()
141 if (m_function_ptr) in CompileFunction()
143 function_clang_type = m_function_ptr->GetClangType(); in CompileFunction()
/external/lldb/include/lldb/Expression/
DClangFunction.h624 …Function *m_function_ptr; ///< The function we're going to c… variable