Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h69 virtual bool HasFixIts() const { return false; } HasFixIts() function
102 bool HasFixIts() const { HasFixIts() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDiagnostic.h38 bool HasFixIts() const override { return !m_fixit_vec.empty(); } in HasFixIts() function