Home
last modified time | relevance | path

Searched refs:ClangFunctionCaller (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h62 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;
H A DClangFunctionCaller.cpp49 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller() function in ClangFunctionCaller
65 ClangFunctionCaller::~ClangFunctionCaller() {} in ~ClangFunctionCaller()
69 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction()
214 ClangFunctionCaller::ClangFunctionCallerHelper::ASTTransformer( in ASTTransformer()
H A DASTStructExtractor.h58 ClangFunctionCaller &function);
156 ClangFunctionCaller &m_function; ///< The function to populate with
H A DASTStructExtractor.cpp32 ClangFunctionCaller &function) in ASTStructExtractor()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile316 SRCS+= Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp10343 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()