Searched refs:ClangFunctionCaller (Results 1 – 6 of 6) sorted by relevance
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()210 char ClangFunctionCaller::ClangFunctionCallerHelper::ID;213 ClangFunctionCaller::ClangFunctionCallerHelper::ASTTransformer( in ASTTransformer()
57 class ClangFunctionCaller : public FunctionCaller {67 ClangFunctionCallerHelper(ClangFunctionCaller &owner) : m_owner(owner) {} in ClangFunctionCallerHelper()83 ClangFunctionCaller &m_owner;115 ClangFunctionCaller(ExecutionContextScope &exe_scope,120 ~ClangFunctionCaller() override;
52 ClangFunctionCaller &function);124 ClangFunctionCaller &m_function; ///< The function to populate with
31 ClangFunctionCaller &function) in ASTStructExtractor()
383 SRCS+= Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
9762 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()