Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp275 m_canonical_path = FileSpec(m_spelled_path).GetPath(); in ModuleCompleter()
278 !llvm::StringRef(m_canonical_path).ends_with(m_spelled_path.back())) { in ModuleCompleter()
279 m_canonical_path += m_spelled_path.back(); in ModuleCompleter()
297 if (cur_path_view.consume_front(m_canonical_path)) in SearchCallback()
316 std::string m_canonical_path; member in __anon85b7f05a0411::ModuleCompleter