Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h65 class ClangFunctionCallerHelper : public ClangExpressionHelper {
67 ClangFunctionCallerHelper(ClangFunctionCaller &owner) : m_owner(owner) {} in ClangFunctionCallerHelper() function
69 ~ClangFunctionCallerHelper() override = default;
156 ClangFunctionCallerHelper m_type_system_helper;
H A DClangFunctionCaller.cpp214 ClangFunctionCaller::ClangFunctionCallerHelper::ASTTransformer( in ASTTransformer()