Searched defs:HasFixIts (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/include/lldb/Expression/ | ||
H A D | DiagnosticManager.h | 63 virtual bool HasFixIts() const { return false; } HasFixIts() function |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | ||
H A D | ClangDiagnostic.h | 38 bool HasFixIts() const override { return !m_fixit_vec.empty(); } HasFixIts() function |
/llvm-project/lldb/unittests/Expression/ | ||
H A D | DiagnosticManagerTest.cpp | 25 bool HasFixIts() const override { return m_has_fixits; } in HasFixIts() function in __anonf62435810111::FixItDiag |