Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h324 bool GetHighlightSource() const;
/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp120 return debugger_sp->GetHighlightSource(); in should_highlight_source()
H A DDebugger.cpp434 bool Debugger::GetHighlightSource() const { in GetHighlightSource() function in Debugger