Home
last modified time | relevance | path

Searched refs:ClangFunctionCallerHelper (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h60 class ClangFunctionCallerHelper : public ClangExpressionHelper {
62 ClangFunctionCallerHelper(ClangFunctionCaller &owner) : m_owner(owner) {} in ClangFunctionCallerHelper() function
64 ~ClangFunctionCallerHelper() override = default;
146 ClangFunctionCallerHelper m_type_system_helper;
H A DClangFunctionCaller.cpp211 ClangFunctionCaller::ClangFunctionCallerHelper::ASTTransformer( in ASTTransformer()