Searched refs:ClangFunctionCaller (Results 1 – 8 of 8) sorted by relevance
57 class ClangFunctionCaller : public FunctionCaller {62 ClangFunctionCallerHelper(ClangFunctionCaller &owner) : m_owner(owner) {} in ClangFunctionCallerHelper()80 ClangFunctionCaller &m_owner;112 ClangFunctionCaller(ExecutionContextScope &exe_scope,117 ~ClangFunctionCaller() override;
46 char ClangFunctionCaller::ID;49 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller() function in ClangFunctionCaller63 ClangFunctionCaller::~ClangFunctionCaller() = default;67 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction()211 ClangFunctionCaller::ClangFunctionCallerHelper::ASTTransformer( in ASTTransformer()
52 ClangFunctionCaller &function);124 ClangFunctionCaller &m_function; ///< The function to populate with
15 ClangFunctionCaller.cpp
31 ClangFunctionCaller &function) in ASTStructExtractor()
56 "ClangFunctionCaller.cpp",
9914 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()
4154 lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp