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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp884 auto diag_buf = adapter->GetPassthrough(); local
939 diag_buf->BeginSourceFile(m_compiler->getLangOpts(),
1025 diag_buf->EndSourceFile();
1027 unsigned num_errors = diag_buf->getNumErrors();

Completed in 165 milliseconds