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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp174 llvm::SmallVector<char, 32> diag_str; variable
175 Info.FormatDiagnostic(diag_str);
176 diag_str.push_back('\0');
177 const char *plain_diag = diag_str.data();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp655 llvm::SmallVector<char, 32> diag_str(10);
656 info.FormatDiagnostic(diag_str);
657 diag_str.push_back('\0');
658 LLDB_LOGF(m_log, "Compiler diagnostic: %s\n", diag_str.data());

Completed in 198 milliseconds