Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/clang/liblldbPluginExpressionParser/
H A DMakefile22 ClangFunctionCaller.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/
H A DBUILD.gn57 "ClangFunctionCaller.cpp",
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp10024 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4149 lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp