Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h85 typedef std::vector<std::unique_ptr<Diagnostic>> DiagnosticList; typedef
94 const DiagnosticList &Diagnostics() { return m_diagnostics; } in Diagnostics()
150 DiagnosticList m_diagnostics;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1250 const DiagnosticList &diagnostics = diagnostic_manager.Diagnostics(); in RewriteExpression()