Home
last modified time | relevance | path

Searched refs:GetHighlightSource (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h327 bool GetHighlightSource() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp174 return debugger_sp->GetHighlightSource(); in should_highlight_source()
H A DDebugger.cpp489 bool Debugger::GetHighlightSource() const { in GetHighlightSource() function in Debugger