Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
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;
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()
DASTStructExtractor.h52 ClangFunctionCaller &function);
124 ClangFunctionCaller &m_function; ///< The function to populate with
DCMakeLists.txt15 ClangFunctionCaller.cpp
DASTStructExtractor.cpp31 ClangFunctionCaller &function) in ASTStructExtractor()
/openbsd/src/gnu/usr.bin/clang/liblldbPluginExpressionParser/
DMakefile22 ClangFunctionCaller.cpp \
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp10024 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt4149 lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp