Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp109 if (m_function_ptr) { in CompileFunction()
110 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction()
/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h301 Function *m_function_ptr; ///< The function we're going to call. May be variable
/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp44 m_function_ptr(nullptr), m_function_addr(functionAddress), in FunctionCaller()