Searched refs:ClangFunctionCaller (Results 1 – 9 of 9) 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()
22 ClangFunctionCaller.cpp \
57 "ClangFunctionCaller.cpp",
10024 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()
4149 lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp