Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp65 IDAndDiagnostic; typedef in __anond4e855f20111::StoringDiagnosticConsumer
66 std::vector<IDAndDiagnostic> m_diagnostics;
149 m_diagnostics.push_back(IDAndDiagnostic(DiagLevel, m_output)); in HandleDiagnostic()
155 for (IDAndDiagnostic &diag : m_diagnostics) { in DumpDiagnostics()