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.h332 bool GetHighlightSource() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp185 return debugger_sp->GetHighlightSource(); in should_highlight_source()
H A DDebugger.cpp583 bool Debugger::GetHighlightSource() const { in GetHighlightSource() function in Debugger