Searched refs:ClangFunctionCaller (Results 1 – 6 of 6) sorted by relevance
58 class ClangFunctionCaller : public FunctionCaller {63 ClangFunctionCallerHelper(ClangFunctionCaller &owner) : m_owner(owner) {} in ClangFunctionCallerHelper()81 ClangFunctionCaller &m_owner;113 ClangFunctionCaller(ExecutionContextScope &exe_scope,118 ~ClangFunctionCaller() override;
45 char ClangFunctionCaller::ID;48 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller() function in ClangFunctionCaller62 ClangFunctionCaller::~ClangFunctionCaller() {} in ~ClangFunctionCaller()66 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction()210 ClangFunctionCaller::ClangFunctionCallerHelper::ASTTransformer( in ASTTransformer()
52 ClangFunctionCaller &function);124 ClangFunctionCaller &m_function; ///< The function to populate with
14 ClangFunctionCaller.cpp
31 ClangFunctionCaller &function) in ASTStructExtractor()
9614 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()