Home
last modified time | relevance | path

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

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