Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp111 if (m_function_ptr) { in CompileFunction()
112 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DFunctionCaller.h344 Function *m_function_ptr; ///< The function we're going to call. May be variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp43 m_function_ptr(NULL), m_function_addr(functionAddress), in FunctionCaller()