Searched refs:clang_parser (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp191 auto *clang_parser = new ClangExpressionParser(jit_process_sp.get(), *this, local
193 num_errors = clang_parser->Parse(diagnostic_manager);
194 m_parser.reset(clang_parser);

Completed in 192 milliseconds