Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDiagnosticManager.cpp87 other_diagnostic->getKind(), other_diagnostic->GetCompilerID()); in CopyDiagnostics()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DDiagnosticManager.h75 uint32_t GetCompilerID() const { return m_compiler_id; } in GetCompilerID() function