Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h57 class ClangFunctionCaller : public FunctionCaller {
62 ClangFunctionCallerHelper(ClangFunctionCaller &owner) : m_owner(owner) {} in ClangFunctionCallerHelper()
80 ClangFunctionCaller &m_owner;
112 ClangFunctionCaller(ExecutionContextScope &exe_scope,
117 ~ClangFunctionCaller() override;
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()
211 ClangFunctionCaller::ClangFunctionCallerHelper::ASTTransformer( in ASTTransformer()
H A DASTStructExtractor.h52 ClangFunctionCaller &function);
124 ClangFunctionCaller &m_function; ///< The function to populate with
H A DCMakeLists.txt15 ClangFunctionCaller.cpp
H A DASTStructExtractor.cpp31 ClangFunctionCaller &function) in ASTStructExtractor()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/
H A DBUILD.gn56 "ClangFunctionCaller.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9914 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4154 lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp