Home
last modified time | relevance | path

Searched refs:m_source_file_cache (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h463 return m_source_file_cache; in GetSourceFileCache()
491 SourceManager::SourceFileCache m_source_file_cache; // All the source managers variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp219 m_source_file_cache.Clear(); in SetPropertyValue()
372 m_source_file_cache.Clear(); in SetUseSourceCache()
691 m_source_manager_up(), m_source_file_cache(), in Debugger()