Home
last modified time | relevance | path

Searched defs:HasFixIts (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h63 virtual bool HasFixIts() const { return false; } HasFixIts() function
96 bool HasFixIts() const { HasFixIts() function
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDiagnostic.h38 bool HasFixIts() const override { return !m_fixit_vec.empty(); } HasFixIts() function
/llvm-project/lldb/unittests/Expression/
H A DDiagnosticManagerTest.cpp25 bool HasFixIts() const override { return m_has_fixits; } in HasFixIts() function in __anonf62435810111::FixItDiag