Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangFunctionCaller.cpp191 auto *clang_parser = new ClangExpressionParser(jit_process_sp.get(), *this, in CompileFunction() local
193 num_errors = clang_parser->Parse(diagnostic_manager); in CompileFunction()
194 m_parser.reset(clang_parser); in CompileFunction()