Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDebugger.h320 bool GetHighlightSource() const;
/openbsd/src/gnu/llvm/lldb/source/Core/
DSourceManager.cpp121 return debugger_sp->GetHighlightSource(); in should_highlight_source()
DDebugger.cpp441 bool Debugger::GetHighlightSource() const { in GetHighlightSource() function in Debugger