Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h282 bool GetHighlightSource() const;
/external/llvm-project/lldb/source/Core/
DSourceManager.cpp110 return debugger_sp->GetHighlightSource(); in should_highlight_source()
DDebugger.cpp369 bool Debugger::GetHighlightSource() const { in GetHighlightSource() function in Debugger