Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DDiagnosticManager.h73 uint32_t GetCompilerID() const { return m_compiler_id; } in GetCompilerID() function
/llvm-project-15.0.7/lldb/unittests/Expression/
H A DDiagnosticManagerTest.cpp53 EXPECT_EQ(custom_diag_id, got->GetCompilerID()); in TEST()