Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp46 char ClangFunctionCaller::ID;
49 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller() function in ClangFunctionCaller
63 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()
H A DClangFunctionCaller.h57 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;
H A DASTStructExtractor.h52 ClangFunctionCaller &function);
124 ClangFunctionCaller &m_function; ///< The function to populate with
H A DASTStructExtractor.cpp31 ClangFunctionCaller &function) in ASTStructExtractor()
/freebsd/lib/clang/liblldb/
H A DMakefile383 SRCS+= Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9762 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()