Searched refs:ClangFunctionCaller (Results 1 – 6 of 6) sorted by relevance
62 class ClangFunctionCaller : public FunctionCaller {67 ClangFunctionCallerHelper(ClangFunctionCaller &owner) : m_owner(owner) {} in ClangFunctionCallerHelper()89 ClangFunctionCaller &m_owner;118 ClangFunctionCaller(ExecutionContextScope &exe_scope,123 ~ClangFunctionCaller() override;
49 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller() function in ClangFunctionCaller65 ClangFunctionCaller::~ClangFunctionCaller() {} in ~ClangFunctionCaller()69 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction()214 ClangFunctionCaller::ClangFunctionCallerHelper::ASTTransformer( in ASTTransformer()
58 ClangFunctionCaller &function);156 ClangFunctionCaller &m_function; ///< The function to populate with
32 ClangFunctionCaller &function) in ASTStructExtractor()
316 SRCS+= Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
10343 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()