Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
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;
DClangFunctionCaller.cpp45 char ClangFunctionCaller::ID;
48 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller() function in ClangFunctionCaller
62 ClangFunctionCaller::~ClangFunctionCaller() {} in ~ClangFunctionCaller()
66 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction()
210 ClangFunctionCaller::ClangFunctionCallerHelper::ASTTransformer( in ASTTransformer()
DASTStructExtractor.h52 ClangFunctionCaller &function);
124 ClangFunctionCaller &m_function; ///< The function to populate with
DCMakeLists.txt14 ClangFunctionCaller.cpp
DASTStructExtractor.cpp31 ClangFunctionCaller &function) in ASTStructExtractor()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp9614 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()