Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandCompletions.cpp535 m_matching_files() in SourceFileCompleter()
576 m_matching_files.AppendIfUnique(sfile_spec); in SearchCallback()
597 m_matching_files.AppendIfUnique(context.comp_unit); in SearchCallback()
609 for (size_t i = 0; i < m_matching_files.GetSize(); i++) in DoCompletion()
611 m_matches.AppendString (m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DCommandCompletions.h224 FileSpecList m_matching_files; variable