Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h58 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;
H A DClangFunctionCaller.cpp45 char ClangFunctionCaller::ID;
48 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller() function in ClangFunctionCaller
62 ClangFunctionCaller::~ClangFunctionCaller() = default;
66 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction()
210 ClangFunctionCaller::ClangFunctionCallerHelper::ASTTransformer( in ASTTransformer()
H A DASTStructExtractor.h52 ClangFunctionCaller &function);
124 ClangFunctionCaller &m_function; ///< The function to populate with
H A DASTStructExtractor.cpp31 ClangFunctionCaller &function) in ASTStructExtractor()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile348 SRCS+= Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9785 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()